Skip to content

Commit d4d9a5b

Browse files
chore(deps): update actions/checkout action to v6 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4320d0 commit d4d9a5b

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@v5
29+
uses: actions/checkout@v6
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@v5
49+
uses: actions/checkout@v6
5050
with:
5151
repository: ${{ github.event.repository.full_name }}
5252
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)