Skip to content

Commit 45b1aed

Browse files
Merge pull request #17 from patrick-werner/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 73f72d9 + 9a04859 commit 45b1aed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Set up Node.js
2323
uses: actions/setup-node@v5

.github/workflows/sync-major-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ !github.event.release.prerelease }}
1515
steps:
1616
- name: Check out the repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0 # grab all history so we can push tags
2020

0 commit comments

Comments
 (0)