Skip to content

Commit 5bb388e

Browse files
chore(deps): update github actions dependencies
1 parent 2739eee commit 5bb388e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
show-progress: false
4444

4545
- name: "Install PHP"
46-
uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
46+
uses: "shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f" # v2
4747
with:
4848
coverage: "pcov"
4949
php-version: "${{ matrix.php-version }}"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
name: Release Automation
2121
steps:
22-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
22+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}
2626
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2727

28-
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
28+
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4
2929
id: release
3030
with:
3131
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Sloth
12-
uses: lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # v0
12+
uses: lendable/sloth@6d497936ec6468ac10ea587b46ac96f8fd7843bf # v0
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
ignored: |

0 commit comments

Comments
 (0)