diff --git a/.github/workflows/.build.yaml b/.github/workflows/.build.yaml index 1d2a2d16..a33d87c9 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # TODO: Replace this with custom wolfi image - run: |