diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-08-12 08:44:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 08:44:36 -0400 |
commit | 7f977c51437a79cb117dafd5739a739e4fdc4040 (patch) | |
tree | 10647abf2ef28cf81757c3a4ff157e530e91ee45 /.github/workflows/codecov.yml | |
parent | d2ec74c8893e47005404065007ba7ad376aab20c (diff) | |
parent | 243aba0159579ac3f6f5596f6dfbaee3c7c0818d (diff) | |
download | bfs-7f977c51437a79cb117dafd5739a739e4fdc4040.tar.xz |
Merge pull request #160 from tavianator/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 7231aa0..70a6ff8 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | |