Skip to content

Commit ac2c482

Browse files
authored
Merge pull request #41 from snickler/dependabot/github_actions/actions/checkout-6
ci: Bump actions/checkout from 4 to 6
2 parents c2ce22f + c0b454d commit ac2c482

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-changelog-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
steps:
2525
- name: Checkout dev branch
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
ref: dev
2929
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sync-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout (read tracking state)
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/sync-insider-cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: contains(github.event.issue.labels.*.name, 'sync:dev') && contains(github.event.issue.body, '<!-- sync-issue-marker -->')
2020
steps:
2121
- name: Checkout dev branch
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
ref: dev
2525
fetch-depth: 0

0 commit comments

Comments
 (0)