mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 21:50:51 +03:00
Merge pull request #350 from barrucadu/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
This commit is contained in:
commit
42c9f61879
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.5
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: haskell/actions/setup@v1.2.6
|
- uses: haskell/actions/setup@v1.2.6
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
doctest:
|
doctest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.5
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: haskell/actions/setup@v1.2.6
|
- uses: haskell/actions/setup@v1.2.6
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- lts-17.0 # ghc-8.10
|
- lts-17.0 # ghc-8.10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.5
|
- uses: actions/checkout@v2.4.0
|
||||||
- uses: haskell/actions/setup@v1.2.6
|
- uses: haskell/actions/setup@v1.2.6
|
||||||
with:
|
with:
|
||||||
enable-stack: true
|
enable-stack: true
|
||||||
|
Loading…
Reference in New Issue
Block a user