Skip to content

Commit 0290b21

Browse files
chore: update actions/checkout action to v5 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3311754 commit 0290b21

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
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ !github.event.pull_request || github.event.pull_request.draft == false }}
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Install Node.js
3131
uses: actions/setup-node@v4

.github/workflows/update-readme.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: Check out repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
token: ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }}
1616

0 commit comments

Comments
 (0)