From 7c8f405e93a6ac11a933ac4b0c808f883e629b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 09:24:49 +0000 Subject: [PATCH 1/2] Bump haskell/actions from 1 to 2 Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 386ad564..77f41319 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} From 92065e31b0bb037959e0a5976cf38b855acde727 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Tue, 19 Apr 2022 09:26:25 +0000 Subject: [PATCH 2/2] Auto-update license files --- .licenses/bundler/nokogiri.dep.yml | 2 +- .licenses/bundler/public_suffix.dep.yml | 6 +++--- .licenses/bundler/rugged.dep.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.licenses/bundler/nokogiri.dep.yml b/.licenses/bundler/nokogiri.dep.yml index 74d0ed53..3795bda4 100644 --- a/.licenses/bundler/nokogiri.dep.yml +++ b/.licenses/bundler/nokogiri.dep.yml @@ -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 diff --git a/.licenses/bundler/public_suffix.dep.yml b/.licenses/bundler/public_suffix.dep.yml index cdbedaf0..20d30c81 100644 --- a/.licenses/bundler/public_suffix.dep.yml +++ b/.licenses/bundler/public_suffix.dep.yml @@ -1,6 +1,6 @@ --- 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 @@ -8,7 +8,7 @@ license: mit licenses: - sources: LICENSE.txt text: | - Copyright (c) 2009-2020 Simone Carletti + Copyright (c) 2009-2022 Simone Carletti MIT License @@ -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: [] diff --git a/.licenses/bundler/rugged.dep.yml b/.licenses/bundler/rugged.dep.yml index d960bd8a..3d05680a 100644 --- a/.licenses/bundler/rugged.dep.yml +++ b/.licenses/bundler/rugged.dep.yml @@ -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