Skip to content

Commit

Permalink
Update multiple GHAs about PRs (#5575)
Browse files Browse the repository at this point in the history
* Update pr-instructions.yml

Dependabot update `actions/checkout@v3` --> `@v4`

* Update set-pr-labels.yaml

Dependabot update `actions/checkout@v3` --> `@v4`

* Update wr-pr-instructions.yml

Dependabot update `actions/checkout@v3` --> `@v4`

* Update wr-set-pr-labels.yaml

Dependabot update `actions/checkout@v3` --> `@v4`
  • Loading branch information
t-will-gillis authored Sep 30, 2023
1 parent 2d60ff0 commit adcc77c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
Add-Pull-Request-Instructions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Create the message to post
- name: Create Instruction
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
SCRIPT_PATH: './github-actions/trigger-pr/set-pr-labels.js'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: parse-pr-body
name: 'Parse the pull request body for all linked issues'
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wr-pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
const artifactJSON = JSON.parse(artifact);
return artifactJSON
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Create the message to post
- name: Post Comment
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wr-set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ARTIFACT_NAME: 'pr-labels'
SCRIPT_PATH: './github-actions/trigger-pr/set-pr-labels.js'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: download-artifact
name: 'Download artifact'
uses: actions/github-script@v6
Expand Down

0 comments on commit adcc77c

Please sign in to comment.