Skip to content

Commit

Permalink
GA(deps): Bump haskell/actions from 2.0.1 to 2.4.7
Browse files Browse the repository at this point in the history
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.1 to 2.4.7.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](haskell/actions@v2.0.1...v2.4.7)

---
updated-dependencies:
- dependency-name: haskell/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 12, 2023
1 parent 6a0efc4 commit abb6644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: haskell/actions/[email protected].6
- uses: haskell/actions/[email protected].7
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: haskell/actions/setup@v2.0.1
- uses: haskell/actions/setup@v2.4.7
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tagRegexGroup: 1

- name: Setup Haskell
uses: haskell/actions/setup@v2.0.1
uses: haskell/actions/setup@v2.4.7
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit abb6644

Please sign in to comment.