Skip to content

Commit 6c6cc37

Browse files
chore(deps): update github actions dependencies
1 parent dad8efa commit 6c6cc37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout"
32-
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
32+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
3333
with:
3434
show-progress: false
3535

@@ -41,7 +41,7 @@ jobs:
4141
ini-values: memory_limit=-1
4242

4343
- name: "Cache Static Analysis Cache Files"
44-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
44+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4545
if: ${{ matrix.dependencies == 'locked' }}
4646
with:
4747
path: ./tmp

.github/workflows/release.yaml

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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
22+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)