Skip to content

Commit 11ca463

Browse files
authored
Merge pull request #119 from rok4/dependabot/github_actions/develop/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 40abc67 + 23e5b8f commit 11ca463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
job_status: ${{ job.status }}
1717
steps:
1818
- name: Checkout project
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Create Release
2222
id: create_release
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout project
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
5555

0 commit comments

Comments
 (0)