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 b7d2a9a commit 4980167Copy full SHA for 4980167
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Build Dockerfile
19
run: docker build .
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
.github/workflows/deploy_2x.yml
@@ -14,7 +14,7 @@ jobs:
- name: Cloning repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
20
0 commit comments