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 1063323 commit a243854Copy full SHA for a243854
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
28
(github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }}
29
steps:
30
- - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
31
with:
32
submodules: recursive
33
filter: tree:0
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
actions: read
25
contents: write
26
0 commit comments