Skip to content

Commit 4da87b3

Browse files
chore(deps): update github actions dependencies
1 parent d9afa49 commit 4da87b3

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
3131

3232
- name: "Install PHP"
33-
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
33+
uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # 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@f8d387b68d61c58ab83c6c016672934102569859 # v3
22+
- uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)