Skip to content

Commit

Permalink
chore(deps): gha node 20 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zepeng811 committed Jun 19, 2024
1 parent 806a40c commit f6a88cc
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 f6a88cc

Please sign in to comment.