Skip to content

Commit 7351239

Browse files
chore(deps): update github actions dependencies
1 parent 4017b89 commit 7351239

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
@@ -53,7 +53,7 @@ jobs:
5353
composer global require --no-progress --no-scripts --no-plugins symfony/flex
5454
5555
- name: Install Composer dependencies
56-
uses: ramsey/composer-install@v3
56+
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
5757
with:
5858
dependency-versions: "${{ matrix.dependencies }}"
5959
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}
2626
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2727

28-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
28+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2929
id: release
3030
with:
3131
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)