diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 446472e..d7142bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: cmake_args: -DBUILD_SHARED_LIBS=OFF steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Configure run: cmake -B build -DCMAKE_BUILD_TYPE=Release ${{ matrix.type.cmake_args }} diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 5389f4b..80d6ae2 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - name: Check out code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get latest SQLite version run: |