Skip to content

Commit 7b7e6c0

Browse files
authored
Merge pull request #183 from TraGicCode/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9fe9580 + 028b0fe commit 7b7e6c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_prep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Release Prep"
1+
name: "Release Prep"
22

33
on:
44
workflow_dispatch:
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
clean: true
2323
fetch-depth: 0

0 commit comments

Comments
 (0)