Skip to content

Commit fb27dc9

Browse files
Bump actions/checkout from 5 to 6 (#3)
1 parent 80764bf commit fb27dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Clone toolchains repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: recursive
2020
set-safe-directory: true

.github/workflows/repack_release_from_tzarc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Clone toolchains repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Delete tag
2929
run: gh release delete ${{ inputs.qmk_release_tag }} --cleanup-tag || true

0 commit comments

Comments
 (0)