Skip to content

Commit 81c8331

Browse files
chore(deps): update github actions dependencies
1 parent 1f36ff4 commit 81c8331

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
show-progress: false
4444

4545
- name: "Install PHP"
46-
uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2
46+
uses: "shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f" # v2
4747
with:
4848
coverage: "pcov"
4949
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@df432ceedc7162793a195dd1713ff69aefc7379e # v2
22+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Sloth
12-
uses: lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # v0
12+
uses: lendable/sloth@6d497936ec6468ac10ea587b46ac96f8fd7843bf # v0
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
ignored: |

0 commit comments

Comments
 (0)