File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
25
- - uses : shivammathur/setup-php@v2
24
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
25
+ - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
26
26
with :
27
27
php-version : ${{ matrix.php }}
28
28
extensions : curl, pdo_sqlite
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- os : [ubuntu-20 .04]
17
+ os : [ubuntu-24 .04]
18
18
semantic-version : [17.3.9]
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
22
22
with :
23
23
token : ${{ secrets.CREATE_RELEASE }}
24
24
fetch-depth : 0
25
25
- run : npm install -g '@limetech/semantic-release-laravel' --no-package-lock --silent
26
- - uses : cycjimmy/semantic-release-action@v2
26
+ - uses : cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # v2.7.0
27
27
id : semantic
28
28
with :
29
29
semantic_version : ${{ matrix.semantic-version }}
You can’t perform that action at this time.
0 commit comments