Skip to content

Commit

Permalink
Merge pull request #238 from poseidon-framework/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
nevrome authored Mar 20, 2023
2 parents 31df4e9 + 999e211 commit 4bf44ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

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

- name: Set tag name
uses: olegtarasov/[email protected]
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build Docker image
run: docker build -t linux -f .github/workflows/Dockerfile.centos .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stylishHaskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install stylish-haskell
run: |
Expand Down

0 comments on commit 4bf44ef

Please sign in to comment.