We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334aaed commit a1ad03fCopy full SHA for a1ad03f
.github/workflows/build.yml
@@ -21,13 +21,13 @@ jobs:
21
runs-on: 'ubuntu-24.04'
22
steps:
23
- name: Clone Repository (Latest)
24
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25
with:
26
repository: 'mihonapp/mihon'
27
fetch-depth: 0
28
if: github.event.inputs.git-ref == ''
29
- name: Clone Repository (Custom Ref)
30
31
if: github.event.inputs.git-ref != ''
32
33
0 commit comments