Skip to content

Commit

Permalink
chore(ci): Use latest action versions to avoid nodejs 16 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 18, 2024
1 parent dd8d7aa commit 514fc8f
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 @@ -17,7 +17,7 @@ jobs:
- name: Checkout the source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
cache-dependency-path: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
python -m pytest -v --cov=src tests
- name: Send code coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
env_vars: GHA_OS,GHA_PYTHON

Expand Down

0 comments on commit 514fc8f

Please sign in to comment.