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 68d6b4d commit 65bb7cbCopy full SHA for 65bb7cb
.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
@@ -50,7 +50,7 @@ jobs:
50
- tests
51
runs-on: ubuntu-latest
52
53
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
54
with:
55
fetch-depth: 0
56
persist-credentials: false
0 commit comments