We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5509065 + 30430c8 commit 4bf9736Copy full SHA for 4bf9736
2 files changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Setup PHP
26
uses: shivammathur/setup-php@v2
@@ -77,7 +77,7 @@ jobs:
77
78
79
- name: Checkout GH Pages branch
80
81
with:
82
ref: gh-pages
83
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
- name: Checkout
27
28
29
30
0 commit comments