diff --git a/.github/workflows/.build.yaml b/.github/workflows/.build.yaml index 801201db..8d05f7c3 100644 --- a/.github/workflows/.build.yaml +++ b/.github/workflows/.build.yaml @@ -24,7 +24,7 @@ jobs: matrix: arch: ["x86_64", "aarch64"] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 # TODO: Replace this with custom wolfi image - run: | @@ -53,7 +53,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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 # TODO: Replace this with custom wolfi image - run: |