We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc02ced commit 23a09f4Copy full SHA for 23a09f4
2 files changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
13
- uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2
14
with:
15
php-version: ${{ matrix.php }}
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
php: [8.3]
17
18
19
20
21
- name: Setup PHP
22
uses: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0 # 3.2.0
0 commit comments