Skip to content

Commit f6d69d9

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/checkout action to v5
1 parent 1c856fb commit f6d69d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Install Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- name: Use Node.js
3434
uses: actions/setup-node@v4
3535
with:

0 commit comments

Comments
 (0)