Skip to content

Commit 1733e4e

Browse files
chore(deps): update github actions dependencies
1 parent 78079d0 commit 1733e4e

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232

3333
- name: "Install PHP"
34-
uses: "shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a" # v2
34+
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
3535
with:
3636
php-version: "${{ matrix.php-version }}"
3737
ini-values: memory_limit=-1

.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@29824e69f54612133e76f7eaac726eef6c875baf # 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)