Skip to content

Commit

Permalink
CI: bump remaining actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Jun 9, 2024
1 parent b91d3be commit 042eb17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ghc: '9.2.2'
cabal: '3.6'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install cabal/ghc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check-commit-msg-length:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check commit message length
id: check-commit-msg-length
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- archiving
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate writer output
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml.bkp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check cabal file for missing test files
run: make check-cabal
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Create linux package
# run: |
# make debpkg
Expand All @@ -111,5 +111,3 @@ jobs:
# with:
# name: linux-release-candidate
# path: linux-release-candidate


0 comments on commit 042eb17

Please sign in to comment.