Skip to content

Commit c7d7d70

Browse files
authored
Merge pull request #112 from rok4/dependabot/github_actions/develop/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ffb05d8 + c75b5df commit c7d7d70

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@v4
19+
uses: actions/checkout@v5
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@v4
52+
uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

0 commit comments

Comments
 (0)