diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-01-01 23:43:47 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-01-01 23:46:43 -0500 |
commit | 1117564e6f06860b826f0bc9d27e7d26b7e56eee (patch) | |
tree | fbdccf9f5aace8c403eb5ab0ce370516932b1b9f /.github/workflows/codecov.yml | |
parent | 9cf8ea46ecc274351db419c2ab8fdf68c2d223d8 (diff) | |
download | bfs-1117564e6f06860b826f0bc9d27e7d26b7e56eee.tar.xz |
ci: Update action and image versions
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 073479a..9c2119b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -4,10 +4,10 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | |