Skip to content

Commit

Permalink
Revert "Bump coursier/cache-action from 6.4.5 to 6.4.6" (#1216)
Browse files Browse the repository at this point in the history
Reverts #1209 as linting doesn't like it.
  • Loading branch information
erikvanoosten authored Apr 15, 2024
1 parent 2bb6212 commit e823405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Check all code compiles
run: sbt +Test/compile
- name: Check artifacts build process
Expand All @@ -60,7 +60,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Check if the site workflow is up to date
run: sbt ciCheckGithubWorkflow
- name: Lint
Expand All @@ -86,7 +86,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Git Checkout
uses: actions/[email protected]
with:
Expand All @@ -112,7 +112,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Generate Readme
run: sbt docs/generateReadme
- name: Commit Changes
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Release
run: sbt ci-release
env:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
java-version: '17'
check-latest: true
- name: Cache Dependencies
uses: coursier/[email protected].6
uses: coursier/[email protected].5
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- uses: coursier/[email protected].6
- uses: coursier/[email protected].5
- uses: VirtusLab/scala-cli-setup@main
- name: Use CI sbt jvmopts
shell: bash
Expand Down

0 comments on commit e823405

Please sign in to comment.