Skip to content

Commit d352a30

Browse files
chore(deps): update actions/checkout action to v6 (major) (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16b247c commit d352a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: umidbekk/actions/npm/install@v2
1818
- run: yarn tsc
1919
- run: yarn lint

0 commit comments

Comments
 (0)