Skip to content

Commit c3eff40

Browse files
committed
Bump actions/checkout to v4
1 parent 8bea887 commit c3eff40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Haskell and Stack
2020
uses: haskell/actions/setup@v2
2121
with:

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: [release]
3535
runs-on: ${{ matrix.os }}
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Set up Haskell and Stack
3939
uses: haskell/actions/setup@v2
4040
with:

0 commit comments

Comments
 (0)