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 b80d29f commit 11c3cbaCopy full SHA for 11c3cba
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
32
name: PHP ${{ matrix.php }}
33
steps:
34
- - uses: actions/checkout@latest
+ - uses: actions/checkout@v4
35
36
- - uses: actions/setup-node@latest
+ - uses: actions/setup-node@v4
37
with:
38
node-version: 16.x
39
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
16
- name: Build project
17
run: |
.github/workflows/translations.yml
@@ -16,7 +16,7 @@ jobs:
18
- name: Checkout master branch
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
fetch-depth: 0
22
0 commit comments