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.
2 parents 9e92721 + 2f3ba7e commit 3af431dCopy full SHA for 3af431d
.github/workflows/backward-compatibility-check.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Backward compatibility check
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
11
- name: fetch tags
12
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Checkout code
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
- name: Setup PHP
25
uses: shivammathur/setup-php@v2
.github/workflows/static-analysis.yml
@@ -14,7 +14,7 @@ jobs:
14
15
timeout-minutes: 6
16
17
18
with:
ref: ${{ github.head_ref }}
0 commit comments