Skip to content

Commit a1ad03f

Browse files
authored
Update actions/checkout action to v6 (#46)
1 parent 334aaed commit a1ad03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: 'ubuntu-24.04'
2222
steps:
2323
- name: Clone Repository (Latest)
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525
with:
2626
repository: 'mihonapp/mihon'
2727
fetch-depth: 0
2828
if: github.event.inputs.git-ref == ''
2929
- name: Clone Repository (Custom Ref)
30-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
30+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
if: github.event.inputs.git-ref != ''
3232
with:
3333
repository: 'mihonapp/mihon'

0 commit comments

Comments
 (0)