Skip to content

Commit 47e7acd

Browse files
authored
Merge pull request #32 from haskell-cryptography/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 05834fd + 8aae927 commit 47e7acd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fourmolu:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- uses: haskell-actions/run-fourmolu@v11
1515
with:
@@ -21,7 +21,7 @@ jobs:
2121
hlint:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: 'Set up HLint'
2727
uses: haskell-actions/hlint-setup@v2

.github/workflows/one-time-password.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix: ${{ steps.set-matrix.outputs.matrix }}
1515
steps:
1616
- name: Checkout base repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Extract the tested GHC versions
1919
id: set-matrix
2020
run: |
@@ -29,7 +29,7 @@ jobs:
2929
matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}
3030
steps:
3131
- name: Checkout base repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Set up Haskell
3535
id: setup-haskell

0 commit comments

Comments
 (0)