We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00690c1 commit 46fccb1Copy full SHA for 46fccb1
3 files changed
.github/workflows/php.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
with:
29
fetch-depth: 0
30
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
.github/workflows/static.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
31
32
33
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
- name: Upload artifact
0 commit comments