We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe13459 commit cb5d0c8Copy full SHA for cb5d0c8
.github/workflows/release-please.yml
@@ -17,7 +17,7 @@ jobs:
17
release_tag: "${{ steps.release-please.outputs.tag_name }}"
18
19
steps:
20
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
with:
22
# https://github.com/actions/checkout/issues/1467
23
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
37
if: needs.release-please.outputs.release_created
38
39
40
41
42
43
0 commit comments