Skip to content

Commit b7ae809

Browse files
Bump actions/checkout from 4 to 5 (#23)
Category: none
1 parent 4691777 commit b7ae809

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@v4
13+
uses: actions/checkout@v5
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@v4
12+
uses: actions/checkout@v5
1313
- name: Use node ${{ matrix.node }}
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)