Skip to content

Commit 38d96d9

Browse files
chore(deps): update github actions (#245)
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/checkout | v4 | v6 | | github-tags | actions/create-github-app-token | v1 | v2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8849450 commit 38d96d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515
- name: Generate Token
1616
id: generate_token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
1818
with:
1919
app-id: ${{ secrets.BOT_APP_ID }}
2020
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
2121

2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
with:
2525
ref: ${{ github.event.workflow_run.head_sha }}
2626
fetch-depth: 0

0 commit comments

Comments
 (0)