Skip to content

Commit 2e24dae

Browse files
chore(deps): update actions/checkout action to v6
1 parent 92d27a7 commit 2e24dae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lint:
1313
name: Lint
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v6
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
@@ -27,7 +27,7 @@ lint:
2727
name: Build
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v6
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v3
3333
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Node.js

0 commit comments

Comments
 (0)