Skip to content

Commit afdae85

Browse files
chore(deps): update actions/checkout action to v5 (#99)
1 parent 6e9d0e0 commit afdae85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: ❓ Has access to secrets?
2727
id: secrets-check
2828
continue-on-error: true
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
repository: ${{ github.event.repository.full_name }}
3232
ref: ${{ github.head_ref }}
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: 📂 Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
repository: ${{ github.event.repository.full_name }}
5252
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)