Skip to content

Commit eade91b

Browse files
chore(deps): update github actions dependencies
1 parent 00fc631 commit eade91b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5
3131

3232
- name: "Install PHP"
33-
uses: "shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e" # v2
33+
uses: "shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f" # v2
3434
with:
3535
coverage: "pcov"
3636
php-version: "${{ matrix.php-version }}"

.github/workflows/release.yaml

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@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
2929
id: release
3030
with:
3131
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)