Skip to content

Commit f1e85a2

Browse files
ci(deps): update actions/checkout action to v4.2.2 (#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6016564 commit f1e85a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 10
2626
steps:
27-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- run: corepack enable
2929
- run: pnpm install
3030
- run: pnpm prettier
@@ -49,7 +49,7 @@ jobs:
4949
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder
5050

5151
steps:
52-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
52+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353

5454
- name: binary-builder
5555
uses: containerbase/internal-tools@f2d23019110923e232236b448e355d68194a2c73 # v3.4.33

0 commit comments

Comments
 (0)