Skip to content

Commit 7a95ecc

Browse files
chore(deps): update github actions dependencies
1 parent 76afd15 commit 7a95ecc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
steps:
3232
- name: "Checkout"
33-
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
33+
uses: "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5" # v4
3434
with:
3535
show-progress: false
3636

3737
- name: "Install PHP"
38-
uses: "shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e" # v2
38+
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" # v2
3939
with:
4040
php-version: "${{ matrix.php-version }}"
4141
ini-values: memory_limit=-1

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: "Checkout"
2222
if: ${{ github.event_name == 'pull_request' }}
23-
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
23+
uses: "actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5" # v4
2424
with:
2525
show-progress: false
2626

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: [ubuntu-slim]
1919
name: Release Automation
2020
steps:
21-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
21+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2222
id: generate-token
2323
with:
2424
app-id: ${{ secrets.LENDABOT_APP_ID }}
2525
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2626

27-
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4
27+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
2828
id: release
2929
with:
3030
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)