Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Anton-Latukha committed Oct 27, 2023
1 parent 0c7fad4 commit c8b753e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/HLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "HLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Installing'
uses: haskell/actions/hlint-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ghc: [ "9.0" ]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Haskell env setup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Nixpkgs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Local cache"
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Optional-Nix-dev-env-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
continue-on-error: true
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install Nix"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Optional-Nix-dev-env-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: true
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install Nix"
Expand All @@ -88,7 +88,7 @@ jobs:
continue-on-error: true
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install Nix"
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
continue-on-error: true
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install Nix"
Expand Down

0 comments on commit c8b753e

Please sign in to comment.