Skip to content

Commit

Permalink
Use actions/checkout@v3 instead of deprecatedactions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid committed Sep 10, 2023
1 parent 5f70569 commit ba522bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Disable core.autocrlf on Windows
if: runner.os == 'Windows'
run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Note that you must checkout your code before running haskell-actions/run-fourmolu
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.13.0.0"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fourmolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.13.0.0"
Expand Down

0 comments on commit ba522bd

Please sign in to comment.