mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Merge pull request #10 from dwinkler1/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
This commit is contained in:
commit
f60ba80756
3 changed files with 3 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
- uses: wimpysworld/nothing-but-nix@main
|
||||
if: runner.os == 'Linux'
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue