summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codecov.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-01-01 23:43:47 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-01-01 23:46:43 -0500
commit1117564e6f06860b826f0bc9d27e7d26b7e56eee (patch)
treefbdccf9f5aace8c403eb5ab0ce370516932b1b9f /.github/workflows/codecov.yml
parent9cf8ea46ecc274351db419c2ab8fdf68c2d223d8 (diff)
downloadbfs-1117564e6f06860b826f0bc9d27e7d26b7e56eee.tar.xz
ci: Update action and image versions
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r--.github/workflows/codecov.yml4
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: |