Skip to content

Commit

Permalink
Merge branch 'master' of github.com:larsgrefer/dart-sass-java
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Apr 1, 2022
2 parents 6458baa + af750ab commit 3365087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [ 8, 11, 17 ]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion sass-embedded-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

def dartSassVersion = "1.49.9"
def slf4jVersion = '1.7.36'
def springVersion = '5.3.16'
def springVersion = '5.3.17'
def webjarsVersion = '0.50'

dependencies {
Expand Down

0 comments on commit 3365087

Please sign in to comment.