Skip to content

Commit 0beb44e

Browse files
Merge pull request #534 from ExtremeFiretop/dependabot/github_actions/dev/all-actions-26358e3a13
Bump actions/checkout from 5.0.1 to 6.0.0 in the all-actions group
2 parents 183e440 + a111d0a commit 0beb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Create-NewReleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout source code
18-
uses: actions/checkout@v5.0.1
18+
uses: actions/checkout@v6.0.0
1919
with:
2020
fetch-depth: 0
2121
ref: 'main' # Ensure we're tagging the main branch after the merge

0 commit comments

Comments
 (0)