Skip to content

Commit

Permalink
(PA-5793) Update Checkout GitHub Action
Browse files Browse the repository at this point in the history
The Checkout GitHub Action v3 uses Node 16, which hit end-of-life on
September 11, 2023.

This commit updates all instances of the Checkout Action to v4.
  • Loading branch information
mhashizume committed Nov 7, 2023
1 parent b195f03 commit 33091c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component_diff_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Check
steps:
- name: Checkout current PR
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Mend Monitor
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Ruby version 2.7
Expand Down

0 comments on commit 33091c4

Please sign in to comment.