Skip to content

Commit f361919

Browse files
chore(deps): update actions/checkout action to v4
1 parent 45f9e9d commit f361919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v2
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949

5050
steps:
51-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
51+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5252

5353
- name: Install pnpm
5454
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)