diff options
Diffstat (limited to '.github/workflows/release-with-dispatch.yml')
| -rw-r--r-- | .github/workflows/release-with-dispatch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-with-dispatch.yml b/.github/workflows/release-with-dispatch.yml index d750001b71..f318200584 100644 --- a/.github/workflows/release-with-dispatch.yml +++ b/.github/workflows/release-with-dispatch.yml @@ -36,7 +36,7 @@ jobs: outputs: pr_number: ${{ steps.get_pr.outputs.pr_number }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # headが$GITHUB_REF_NAME, baseが$STABLE_BRANCHかつopenのPRを1つ取得 - name: Get PRs run: | |