diff options
| author | Albert Krewinkel <[email protected]> | 2024-06-09 17:04:11 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-06-09 17:04:11 +0200 |
| commit | 042eb1782aa108f73b30009498325befc4133a19 (patch) | |
| tree | d4c0a41b9bddcf85120cca55e09bacb7a795ddcf /.github/workflows/lint.yml.bkp | |
| parent | b91d3beaff82ee8d5e5aaac6897d3a921954eb87 (diff) | |
CI: bump remaining actions/checkout from v3 to v4
Diffstat (limited to '.github/workflows/lint.yml.bkp')
| -rw-r--r-- | .github/workflows/lint.yml.bkp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml.bkp b/.github/workflows/lint.yml.bkp index 890f55636..0cb75ba4a 100644 --- a/.github/workflows/lint.yml.bkp +++ b/.github/workflows/lint.yml.bkp @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Check cabal file for missing test files run: make check-cabal |
