Skip to content

Commit 394b9ad

Browse files
authored
Merge pull request #25 from substrate-system/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 48d4877 + e2160bb commit 394b9ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333
- name: Install

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [22.x]
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@v6
1919
with:

0 commit comments

Comments
 (0)