Skip to content

Commit 16bc43a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5
3333
with:
3434
show-progress: false
3535

.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@a8d616148505b5069dccd32f177bb87d7f39123b # v2
2323
id: generate-token
2424
with:
2525
app-id: ${{ secrets.LENDABOT_APP_ID }}

0 commit comments

Comments
 (0)