Skip to content

Commit aeb6d23

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

2 files changed

Lines changed: 2 additions & 2 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4848
if: ${{ matrix.dependencies == 'locked' }}
4949
with:
5050
path: ./var/tmp

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 }}

0 commit comments

Comments
 (0)