Skip to content

Commit 7e1481c

Browse files
chore(deps): update github actions dependencies
1 parent ed5c6aa commit 7e1481c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

4646
- name: "Cache Static Analysis Cache Files"
47-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
47+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4848
if: ${{ matrix.dependencies == 'locked' }}
4949
with:
5050
path: ./var/tmp

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
name: Release Automation
1717
steps:
18-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
18+
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
1919
id: generate-token
2020
with:
2121
app-id: ${{ secrets.LENDABOT_APP_ID }}
2222
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2323

24-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
24+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2525
id: release
2626
with:
2727
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)