Skip to content

Commit ea8ad00

Browse files
chore(deps): update github actions dependencies
1 parent 0cb4287 commit ea8ad00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8" # 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@9255dc7a253b0ccc959486e2bca901246202afeb # 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@29824e69f54612133e76f7eaac726eef6c875baf # v2
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)