Skip to content

Commit 2f230b3

Browse files
Bump actions/checkout from 5 to 6 (#27)
Category: none
1 parent b7ae809 commit 2f230b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Create GitHub release
1515
uses: docker://antonyurchenko/git-release:v4
1616
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: Use node ${{ matrix.node }}
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)