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 522e6fd commit fa90fb9Copy full SHA for fa90fb9
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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