We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9d0e0 commit afdae85Copy full SHA for afdae85
.github/workflows/pr-checks.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: ❓ Has access to secrets?
27
id: secrets-check
28
continue-on-error: true
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
with:
31
repository: ${{ github.event.repository.full_name }}
32
ref: ${{ github.head_ref }}
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: 📂 Checkout
49
50
51
52
0 commit comments