Skip to content

Commit

Permalink
Merge pull request #502 from github/dependabot/github_actions/haskell…
Browse files Browse the repository at this point in the history
…/actions-2

Bump haskell/actions from 1 to 2
  • Loading branch information
jonabc authored Apr 19, 2022
2 parents b69e01a + d7b62dc commit 05af9e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
ruby-version: 2.6
- name: Setup Haskell
uses: haskell/actions/setup@v1
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down
2 changes: 1 addition & 1 deletion .licenses/bundler/nokogiri.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: nokogiri
version: 1.13.3
version: 1.13.4
type: bundler
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
homepage: https://nokogiri.org
Expand Down
6 changes: 3 additions & 3 deletions .licenses/bundler/public_suffix.dep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: public_suffix
version: 4.0.6
version: 4.0.7
type: bundler
summary: Domain name parser based on the Public Suffix List.
homepage: https://simonecarletti.com/code/publicsuffix-ruby
license: mit
licenses:
- sources: LICENSE.txt
text: |
Copyright (c) 2009-2020 Simone Carletti <[email protected]>
Copyright (c) 2009-2022 Simone Carletti <[email protected]>
MIT License
Expand All @@ -32,7 +32,7 @@ licenses:
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: |-
Copyright (c) 2009-2020 Simone Carletti. This is Free Software distributed under the MIT license.
Copyright (c) 2009-2022 Simone Carletti. This is Free Software distributed under the MIT license.
The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
notices: []
2 changes: 1 addition & 1 deletion .licenses/bundler/rugged.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: rugged
version: 1.4.2
version: 1.4.3
type: bundler
summary: Rugged is a Ruby binding to the libgit2 linkable library
homepage: https://github.com/libgit2/rugged
Expand Down

0 comments on commit 05af9e9

Please sign in to comment.