Skip to content

Commit 6d084a1

Browse files
chore(deps): update github actions dependencies
1 parent fd1f9d3 commit 6d084a1

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
@@ -38,7 +38,7 @@ jobs:
3838
show-progress: false
3939

4040
- name: "Install PHP"
41-
uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2
41+
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
4242
with:
4343
coverage: "pcov"
4444
php-version: "${{ matrix.php-version }}"

.github/workflows/release.yml

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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
22+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)