diff --git a/.github/workflows/.build.yaml b/.github/workflows/.build.yaml index 6598a77e..f15c264b 100644 --- a/.github/workflows/.build.yaml +++ b/.github/workflows/.build.yaml @@ -25,7 +25,7 @@ jobs: matrix: arch: ["x86_64", "aarch64"] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 # TODO: Replace this with custom wolfi image - run: | @@ -54,7 +54,7 @@ jobs: needs: build if: always() && (needs.build.result == 'success' || needs.build.result == 'skipped') steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 # TODO: Replace this with custom wolfi image - run: |