Skip to content

Commit

Permalink
Merge pull request #115 from lucidsoftware/gh-act-update
Browse files Browse the repository at this point in the history
Update gh actions
  • Loading branch information
tmccombs authored Sep 19, 2024
2 parents d0801c5 + 82ac159 commit 072d190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Startup MySQL service
run: sudo /etc/init.d/mysql start
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ lib_managed/
src_managed/
project/boot/
project/plugins/project/
project/project/

# Scala-IDE specific
.scala_dependencies
.idea
.idea_modules
.bsp
.metals
.bloop/
project/metals.sbt

0 comments on commit 072d190

Please sign in to comment.