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 0b207ed commit f6b7602Copy full SHA for f6b7602
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
# Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542
25
# Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
if: ${{ steps.release.outputs.pr }}
28
with:
29
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
@@ -52,7 +52,7 @@ jobs:
52
needs: [release-pr]
53
if: needs.release-pr.outputs.release_created
54
steps:
55
56
- run: corepack enable
57
- uses: actions/setup-node@v3
58
0 commit comments