Skip to content

Commit 02ceae2

Browse files
chore(deps): update actions/checkout action to v6 (#1008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e7bc49 commit 02ceae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-test-build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Use Node.js 22.x
1414
uses: actions/setup-node@v6
1515
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Use Node.js 22.x
2020
uses: actions/setup-node@v6
2121
with:

0 commit comments

Comments
 (0)