Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
Update coverage.yml to use checkout v4
  • Loading branch information
hdholm authored Feb 6, 2024
1 parent 05ac375 commit 509a7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show OS information
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
Expand Down

0 comments on commit 509a7de

Please sign in to comment.