From 4f8ef9aec3ab4716a40615b545d27d17f0d95626 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:39:35 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/build.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ca809522f..5ab3c24c4e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -120,7 +120,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + - uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7 with: # This must match the version in stack.yaml's resolver ghc-version: 9.6.5 @@ -180,7 +180,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 + - uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7 with: ghc-version: ${{ matrix.ghc }} - name: Cache .cabal diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 466e3a77a3..d1273fe978 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -49,7 +49,7 @@ jobs: - name: Run coverage (IO tests and Spec tests against PostgreSQL 15) run: postgrest-coverage - name: Upload coverage to codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: files: ./coverage/codecov.json token: ${{ secrets.CODECOV_TOKEN }}