Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GA(deps): Bump actions/checkout from 2.3.4 to 3.2.0 #44

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- os: windows-latest
ghc: 8.8.4
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0

- uses: haskell/actions/[email protected]
id: setup-haskell-cabal
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
ghc: ["8.10.3"]

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0

- uses: haskell/actions/[email protected]
name: Setup Haskell Stack
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0

- name: Run HLint
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.2.0

- name: Create Release
id: create_release
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.2.0

- name: Set tag name
uses: olegtarasov/get-tag@v2
Expand Down