Skip to content

Commit 7b9027e

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(deps): update all dependencies
1 parent 0a7ae18 commit 7b9027e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ${{ matrix.runs-on }}
121121
steps:
122122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123-
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
123+
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
124124
with:
125125
# This must match the version in stack.yaml's resolver
126126
ghc-version: 9.6.5
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-24.04
181181
steps:
182182
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
183-
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
183+
- uses: haskell-actions/setup@e447c4c045e7744463435b4b731e125861006ebb # v2.7.7
184184
with:
185185
ghc-version: ${{ matrix.ghc }}
186186
- name: Cache .cabal

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
5050
run: postgrest-coverage
5151
- name: Upload coverage to codecov
52-
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
52+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
5353
with:
5454
files: ./coverage/codecov.json
5555
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)