Skip to content

Commit cc5a28c

Browse files
authored
Merge pull request #1252 from haskell/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b4184a5 + 20587a8 commit cc5a28c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cabal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest]
2020
name: Cabal with GHC ${{ matrix.ghc }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Setup Haskell
2424
uses: haskell-actions/setup@v2
2525
with:
@@ -46,7 +46,7 @@ jobs:
4646
# os: [ubuntu-latest]
4747
# name: Cabal with GHC ${{ matrix.ghc }} and mtl >= 2.3.1
4848
# steps:
49-
# - uses: actions/checkout@v3
49+
# - uses: actions/checkout@v4
5050
# - name: Setup Haskell
5151
# uses: haskell/actions/setup@v2
5252
# with:

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
chmod a+x $HOME/.cabal/bin/cabal-plan
150150
cabal-plan --version
151151
- name: checkout
152-
uses: actions/checkout@v3
152+
uses: actions/checkout@v4
153153
with:
154154
path: source
155155
- name: initial cabal.project for sdist

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Nix on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v3.5.3
20+
- uses: actions/checkout@v4
2121
- uses: cachix/install-nix-action@v22
2222
with:
2323
extra_nix_config: |

0 commit comments

Comments
 (0)