diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 7f78376..2416b01 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # https://github.com/actions/setup-node - uses: actions/setup-node@v4 @@ -108,7 +108,7 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ needs.build.outputs.branch }} diff --git a/.github/workflows/prepare-release-note.yml b/.github/workflows/prepare-release-note.yml index 9b33da2..6f19eb6 100644 --- a/.github/workflows/prepare-release-note.yml +++ b/.github/workflows/prepare-release-note.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # https://github.com/actions/setup-node - uses: actions/setup-node@v4 diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 1b9aad6..4e63236 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -28,7 +28,7 @@ jobs: configs: ${{ steps.result.outputs.configs }} steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ inputs.git_ref }} @@ -47,13 +47,13 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: tools ref: ${{ inputs.git_ref }} # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: main ref: ${{ inputs.git_ref }} @@ -81,13 +81,13 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: tools ref: ${{ inputs.git_ref }} # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: main ref: ${{ inputs.git_ref }} @@ -115,13 +115,13 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: tools ref: ${{ inputs.git_ref }} # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: main ref: ${{ inputs.git_ref }} @@ -150,13 +150,13 @@ jobs: timeout-minutes: 5 steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: tools ref: ${{ inputs.git_ref }} # https://github.com/actions/checkout - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: main ref: ${{ inputs.git_ref }}