Skip to content

Commit f6cf4cc

Browse files
committed
fix(gha): updating actions/checkout to v6
1 parent 4a754df commit f6cf4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/createGHA/baseFile.ts

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: Check out repo 📚
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
3030
- name: Run \`{{command}}\` command 🚀
3131
uses: readmeio/rdme@{{rdmeVersion}}

0 commit comments

Comments
 (0)