Skip to content

Commit c9e93ee

Browse files
Bump actions/checkout from 1 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c801302 commit c9e93ee

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/32bit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Pin the GHC version: the i386/ubuntu:bionic container can't run the
2626
# deb10 i386 bindist that ghcup's "recommended" GHC moved to (see #596).
2727
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.6.7 sh
28-
- uses: actions/checkout@v1 #This version must stay old enough to remain compatible with the container image
28+
- uses: actions/checkout@v7 #This version must stay old enough to remain compatible with the container image
2929
- name: Test
3030
run: |
3131
source ~/.ghcup/env

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
chmod a+x $HOME/.cabal/bin/cabal-plan
171171
cabal-plan --version
172172
- name: checkout
173-
uses: actions/checkout@v6
173+
uses: actions/checkout@v7
174174
with:
175175
path: source
176176
- name: initial cabal.project for sdist

.github/workflows/mhs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: checkout mhs repo
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
repository: augustss/MicroHs
1818
ref: v0.14.23.1
@@ -23,7 +23,7 @@ jobs:
2323
make minstall
2424
2525
- name: checkout unordered-containers repo
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
path: unordered-containers
2929
- name: compile and install unordered-containers package

0 commit comments

Comments
 (0)