Skip to content

Commit 71a1418

Browse files
chore(deps): update github actions dependencies (#1079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2aeb5fe commit 71a1418

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
3434

3535
- name: "Install PHP"
36-
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
36+
uses: "shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f" # v2
3737
with:
3838
php-version: "${{ matrix.php-version }}"
3939
ini-values: memory_limit=-1

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

0 commit comments

Comments
 (0)