Skip to content

Commit c2c46d7

Browse files
authored
chore(deps): update actions/checkout action to v6
1 parent 6868f1c commit c2c46d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-approve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
3131

3232
- name: Checkout repository
33-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
33+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
with:
3535
persist-credentials: false
3636
token: ${{ steps.get-workflow-access-token.outputs.token }}

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: CI
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
2727
with:
@@ -59,7 +59,7 @@ jobs:
5959
git config --global user.email '118100583+bfra-me[bot]@users.noreply.github.com'
6060
git config --global user.name 'bfra-me[bot]'
6161
- name: Checkout `release` branch
62-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
62+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6363
with:
6464
fetch-depth: 0
6565
ref: release

0 commit comments

Comments
 (0)