diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index 4c5a703..6c9e9dc 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -21,7 +21,7 @@ jobs: matrix: "{\"container\": ${{ steps.reduce.outputs.containers }} }" steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - uses: dorny/paths-filter@v3 id: filter with: @@ -47,7 +47,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci-skip]')" steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 # Define if tests and push should be run against which versions/platforms - name: Prepare