Skip to content

Commit db9b0bd

Browse files
chore(deps): update github actions dependencies (#625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 245d049 commit db9b0bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
3131

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
name: Release Automation
2121
steps:
22-
- uses: actions/create-github-app-token@db3cdf40984fe6fd25ae19ac2bf2f4886ae8d959 # v2
22+
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)