Skip to content

Commit 19bb8e0

Browse files
chore(deps): update actions/checkout action to v5.0.1
1 parent 69d8cb4 commit 19bb8e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permission-issues: write # to be able to comment on released issues
2626
permission-pull-requests: write # to be able to comment on released pull requests
2727

28-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
persist-credentials: false
3131

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- ubuntu-latest
2727
runs-on: "${{ matrix.os }}"
2828
steps:
29-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3030
- name: "Use Node.js ${{ matrix.node-version }}"
3131
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3232
with:
@@ -43,7 +43,7 @@ jobs:
4343
timeout-minutes: 5
4444

4545
steps:
46-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747
- run: git config --global user.name github-actions
4848
- run: git config --global user.email github-actions@github.com
4949
- name: Use Node.js from .nvmrc

0 commit comments

Comments
 (0)