diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6ebc225..642ec49 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -60,7 +60,7 @@ jobs: brew install --cask macfuse - name: Checkout Git branch - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Configure with CMake' run: |- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 6fe74f6..055665a 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -43,7 +43,7 @@ jobs: python3-pytest - name: Checkout Git branch - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Build and test (without coverage)' run: |-