We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73d772 commit 09e12a6Copy full SHA for 09e12a6
.github/workflows/duster-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
with:
15
ref: ${{ github.event.pull_request.head.ref }}
16
repository: ${{ github.event.pull_request.head.repo.full_name }}
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout Code
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
0 commit comments