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 064047e commit 804859eCopy full SHA for 804859e
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
19
@@ -46,7 +46,7 @@ jobs:
46
- tests
47
runs-on: ubuntu-latest
48
49
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
50
with:
51
fetch-depth: 0
52
persist-credentials: false
0 commit comments