Skip to content

Commit 87cc531

Browse files
authored
Merge pull request #22 from nilsauf/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 90ba538 + 7ccf370 commit 87cc531

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 0
6262

0 commit comments

Comments
 (0)