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 228faad commit ca5fe88Copy full SHA for ca5fe88
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
13
14
- name: Setup PHP
15
uses: shivammathur/setup-php@v2
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
experimental: true
26
27
28
- uses: actions/checkout@v2
29
30
- name: Setup cache environment
31
id: extcache
@@ -100,7 +100,7 @@ jobs:
100
php-versions: ['8.2']
101
102
103
104
105
106
0 commit comments