Skip to content

Commit

Permalink
Merge pull request #2046 from Netflix/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
paulbakker authored Nov 6, 2024
2 parents d211a8f + b92153a commit f17452b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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

0 comments on commit f17452b

Please sign in to comment.