From ebf265d5e24fcb615ce82bf5588527002dd5f6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:06:26 +0000 Subject: [PATCH 01/14] Bump actions/cache from 3.0.7 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baaa108..b0d6d37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v3.0.8 name: Cache cabal output with: path: | From a915e1b2d1f387504352867a07bd3eb70cbf4f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:12:48 +0000 Subject: [PATCH 02/14] Bump haskell/actions from 2.0.0 to 2.0.1 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baaa108..4850eaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0.0 + - uses: haskell/actions/setup@v2.0.1 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From b63d86ee922360d56909adb32199dec0a5b38224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:06:17 +0000 Subject: [PATCH 03/14] Bump actions/cache from 3.0.8 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d6d37..771f9a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.0.11 name: Cache cabal output with: path: | From e283813e417ea29aa80e0b37ee0bad602423056f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:03:14 +0000 Subject: [PATCH 04/14] Bump actions/cache from 3.0.11 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f7311c..5e9381d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.1 name: Cache cabal output with: path: | From 73c0a0febb1398c7818b5a86dce1fa33e401ca25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 11:03:17 +0000 Subject: [PATCH 05/14] Bump haskell/actions from 2.0.1 to 2.0.4 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.1...v2.0.4) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f7311c..26af4e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0.1 + - uses: haskell/actions/setup@v2.0.4 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From 0c84331ef2e9ace2f30d71f7fc17a9cd79cc4f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:57:35 +0000 Subject: [PATCH 06/14] Bump actions/cache from 3.2.1 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.1...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb2d85a..48e5205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.6 name: Cache cabal output with: path: | From 5d32a9698950e7deb79e1a511c4f68baf45c24c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:57:31 +0000 Subject: [PATCH 07/14] Bump haskell/actions from 2.0.4 to 2.3.4 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.4 to 2.3.4. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.4...v2.3.4) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb2d85a..3c71216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.0.4 + - uses: haskell/actions/setup@v2.3.4 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From d458b3deb36bf4dad323323145449dc85de7f2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:57:51 +0000 Subject: [PATCH 08/14] Bump actions/cache from 3.2.6 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34869de..43135df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v3.3.1 name: Cache cabal output with: path: | From 794d12a2447477d0e3e817df35fca261f8f420b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:01:50 +0000 Subject: [PATCH 09/14] Bump haskell/actions from 2.3.4 to 2.3.7 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.4 to 2.3.7. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.3.4...v2.3.7) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34869de..c280a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.3.4 + - uses: haskell/actions/setup@v2.3.7 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From a1198c163b9a64d173a9687645150e745cb6593b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:57:03 +0000 Subject: [PATCH 10/14] Bump haskell/actions from 2.3.7 to 2.4.3 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.3.7 to 2.4.3. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.3.7...v2.4.3) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8396217..08ef0d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.3.7 + - uses: haskell/actions/setup@v2.4.3 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From 9dc322b4e8fc06f908716b59596a97d4922bf4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:05:22 +0000 Subject: [PATCH 11/14] Bump haskell/actions from 2.4.3 to 2.4.6 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.3 to 2.4.6. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.3...v2.4.6) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08ef0d2..61de2a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.4.3 + - uses: haskell/actions/setup@v2.4.6 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }} From c34e3c5d227162c49ebff6e9e95229c0e6d63aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:06:52 +0000 Subject: [PATCH 12/14] Bump actions/checkout from 3 to 4 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](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61de2a4..3d78835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - os: macOS-latest ghc: 'latest' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: haskell/actions/setup@v2.4.6 id: setup-haskell-cabal with: @@ -53,7 +53,7 @@ jobs: # # See: https://github.com/vmactions/freebsd-vm#under-the-hood. # runs-on: macos-latest # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # - name: Test # id: build-freebsd # uses: vmactions/freebsd-vm@v0.1.5 From b09f777337321b61245d0f00d8c25ed0c876afeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:27:48 +0000 Subject: [PATCH 13/14] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61de2a4..3c18eef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cabal update - name: Install hspec-discover run: cabal install hspec-discover - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 name: Cache cabal output with: path: | From 1b8ace8f3d767e781cb429a4506d94007af5b7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:24:10 +0000 Subject: [PATCH 14/14] Bump haskell/actions from 2.4.6 to 2.4.7 Bumps [haskell/actions](https://github.com/haskell/actions) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.4.6...v2.4.7) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61de2a4..1b71f2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ghc: 'latest' steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.4.6 + - uses: haskell/actions/setup@v2.4.7 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}