mirror of
https://github.com/rancher/rke.git
synced 2025-09-03 16:04:26 +00:00
Bump actions/checkout to v4 and actions/github-script to v7
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Run go-generate to fetch data.json
|
- name: Run go-generate to fetch data.json
|
||||||
run: make go-generate
|
run: make go-generate
|
||||||
- name: Check for repository changes
|
- name: Check for repository changes
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ env.changes_exist == 'true' }}
|
if: ${{ env.changes_exist == 'true' }}
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: actions/github-script@v5.0.0
|
uses: actions/github-script@v7
|
||||||
env:
|
env:
|
||||||
SOURCE_BRANCH: ${{ steps.branch.outputs.branch }}
|
SOURCE_BRANCH: ${{ steps.branch.outputs.branch }}
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user