Skip to content

Commit

Permalink
chore(deps): gha node 20 upgrade (#463)
Browse files Browse the repository at this point in the history
## Summary
upgrade github action versions to use node 20 runtime

actions/checkout v3 -> v4 Release notes:
https://github.com/actions/checkout/releases/tag/v4.0.0
  • Loading branch information
circle-aloychan committed Jun 21, 2024
2 parents 806a40c + f6a88cc commit f64f01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CI Environment
uses: ./.github/composite-actions/setup-ci
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
invert: true
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CI Environment
uses: ./.github/composite-actions/setup-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: ${{ github.event.label.name == 'needs_coverage' }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup CI Environment
uses: ./.github/composite-actions/setup-ci
Expand Down

0 comments on commit f64f01f

Please sign in to comment.