We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4f50f commit b45e00dCopy full SHA for b45e00d
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
TAG: latest
36
37
steps:
38
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
39
40
- name: Init
41
run: ./bin/init.sh
@@ -87,7 +87,7 @@ jobs:
87
if: github.ref_name == 'main'
88
89
90
91
92
93
0 commit comments