Skip to content

Commit 832707f

Browse files
renovate[bot]castastrophe
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 8c5d758 commit 832707f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Enable Corepack
1616
run: corepack enable
@@ -32,7 +32,7 @@ jobs:
3232
pull-requests: write
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Enable Corepack
3838
run: corepack enable

0 commit comments

Comments
 (0)