Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/cache-4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker authored Nov 6, 2024
2 parents b74bba5 + f17452b commit b857e94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Setup Java ${{ matrix.jdk-version }}
uses: actions/setup-java@v4
Expand Down Expand Up @@ -61,13 +61,13 @@ jobs:
./gradlew --info --no-watch-fs publishToMavenLocal --warning-mode all
- name: Clone dgs-examples-java
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: Netflix/dgs-examples-java
path: build/examples/dgs-examples-java

- name: Clone dgs-examples-kotlin
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: Netflix/dgs-examples-kotlin
path: build/examples/dgs-examples-kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Setup jdk 8
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion graphql-dgs-spring-graphql-example-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation(project(":graphql-dgs-client"))
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.springframework.graphql:spring-graphql-test:1.3.2")
testImplementation("org.springframework.graphql:spring-graphql-test:1.3.3")
testImplementation(project(":graphql-dgs-pagination"))
testImplementation(project(":graphql-dgs-extended-scalars"))
testImplementation(project(":graphql-dgs-spring-graphql-starter-test"))
Expand Down

0 comments on commit b857e94

Please sign in to comment.