diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f4a12dc1..26f98f74 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: 'Configure with CMake' run: |- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index aafe4bbb..6940fd74 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: 'Build and test (without coverage)' run: |-