Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ef9a59

Browse files
authoredMar 5, 2025··
fix: update ci.yml and release.yml files (#16)
1 parent d2ef1ca commit 1ef9a59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2222

2323
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
2626
with:
2727
php-version: ${{ matrix.php }}
2828
extensions: curl, pdo_sqlite

‎.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-24.04]
1818
semantic-version: [17.3.9]
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2222
with:
2323
token: ${{ secrets.CREATE_RELEASE }}
2424
fetch-depth: 0
2525
- 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
2727
id: semantic
2828
with:
2929
semantic_version: ${{ matrix.semantic-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.