Skip to content

Commit 6533596

Browse files
dependabot[bot]andreasabel
authored andcommitted
Bump actions/checkout from 2.4.0 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fdadd9 commit 6533596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
chmod a+x $HOME/.cabal/bin/cabal-plan
159159
cabal-plan --version
160160
- name: checkout
161-
uses: actions/checkout@v2
161+
uses: actions/checkout@v3.1.0
162162
with:
163163
path: source
164164
- name: initial cabal.project for sdist

.github/workflows/nix-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
nix-shell:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.4.0
15+
- uses: actions/checkout@v3.1.0
1616
- uses: cachix/install-nix-action@v17
1717
with:
1818
nix_path: nixpkgs=channel:nixos-21.11

0 commit comments

Comments
 (0)