Skip to content

Commit 7adad4c

Browse files
Bump actions/checkout from 4 to 5 (#25)
Category: none
1 parent 276a4cc commit 7adad4c

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
@@ -11,7 +11,7 @@ jobs:
1111
name: Node ${{ matrix.node }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Use node ${{ matrix.node }}
1616
uses: actions/setup-node@v4
1717
with:

0 commit comments

Comments
 (0)