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 bc1c670 + 1454215 commit de2ad35Copy full SHA for de2ad35
.github/workflows/php.yml
@@ -15,7 +15,7 @@ jobs:
15
name: PHP ${{ matrix.os}} ${{ matrix.php-versions }}
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v1
+ uses: actions/checkout@v2.3.4
19
- name: Setup PHP
20
uses: shivammathur/setup-php@master
21
with:
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
timeout-minutes: 30
30
31
- - uses: actions/[email protected].3
+ - uses: actions/[email protected].4
32
33
- name: Set the version
34
id: set_version
0 commit comments