Skip to content

Commit

Permalink
Upgrade checkout and codecov to latest version
Browse files Browse the repository at this point in the history
Get rid of a deprecation message about Node 16.
  • Loading branch information
Geod24 committed Feb 15, 2024
1 parent 5f4ea8e commit 2a2b0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install latest DMD
uses: dlang-community/setup-dlang@v1
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run tests
run: |
# check for trailing whitespace
Expand Down Expand Up @@ -133,4 +133,4 @@ jobs:
shell: bash

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 2a2b0d8

Please sign in to comment.