Skip to content

Commit a1ebfda

Browse files
authored
Merge pull request #9 from reactivemarbles/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents bfa30f9 + 9d34d98 commit a1ebfda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

0 commit comments

Comments
 (0)