Skip to content

Commit 8aa27ad

Browse files
dependabot[bot]sjakobikonsumlamm
authored
Bump actions/checkout from 1 to 6 (#583)
* Bump actions/checkout from 1 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * 32bit-ci.yml: Stick with old actions/checkout ...for compatibility. As suggested by @konsumlamm. Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
1 parent c8aea46 commit 8aa27ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
chmod a+x $HOME/.cabal/bin/cabal-plan
166166
cabal-plan --version
167167
- name: checkout
168-
uses: actions/checkout@v5
168+
uses: actions/checkout@v6
169169
with:
170170
path: source
171171
- 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@v4
15+
uses: actions/checkout@v6
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@v4
26+
uses: actions/checkout@v6
2727
with:
2828
path: unordered-containers
2929
- name: compile and install unordered-containers package

0 commit comments

Comments
 (0)