Skip to content

Commit 293086c

Browse files
chore(deps): update actions/checkout action to v6
1 parent a7cd7f7 commit 293086c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Lint and build
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: pnpm/action-setup@v4
2121
- uses: actions/setup-node@v6
2222
with:
@@ -36,7 +36,7 @@ jobs:
3636
needs: [lint-and-build]
3737
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
# pulls all commits (needed for lerna / semantic release to correctly version)
4242
fetch-depth: "0"

0 commit comments

Comments
 (0)