mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-14 19:47:56 +03:00
Merge pull request #220 from haskell-nix/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
commit
d43dcddde7
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: "Git checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/Core-Cabal-Linux.yml
vendored
2
.github/workflows/Core-Cabal-Linux.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: "Git checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/Core-Cabal-macOS.yml
vendored
2
.github/workflows/Core-Cabal-macOS.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: "Git checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: "Git checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
||||
working-directory: "./${{ matrix.packageRoot }}"
|
||||
steps:
|
||||
- name: "Git checkout"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: "Install Nix"
|
||||
|
Loading…
Reference in New Issue
Block a user