Skip to content

Commit

Permalink
Bump-up a few action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 authored Jun 24, 2024
1 parent 2c01f2e commit 6b3a447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -60,6 +60,6 @@ jobs:

- name: codecov action
if: ${{ matrix.node == '20' && matrix.os == 'ubuntu-20.04' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6b3a447

Please sign in to comment.