Skip to content

Commit

Permalink
(PA-5804) 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 from v3 to
v4.
  • Loading branch information
mhashizume committed Oct 3, 2023
1 parent 76e9ee2 commit a95be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: 'ubuntu-20.04'
steps:
- name: Checkout current PR code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit a95be57

Please sign in to comment.