Skip to content

Commit 4e40cb0

Browse files
chore(deps): update actions/checkout action to v6 (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f567d5d commit 4e40cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Create release archive and notes
3030
run: .github/workflows/create_archive_and_notes.sh
3131
- name: Release

0 commit comments

Comments
 (0)