Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 1.0.35 to 1.0.36 (#801)
Browse files Browse the repository at this point in the history
Bumps [Wandalen/wretry.action](https://github.com/Wandalen/wretry.action) from 1.0.35 to 1.0.36.
- [Release notes](https://github.com/Wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@v1.0.35...v1.0.36)

---
updated-dependencies:
- dependency-name: Wandalen/wretry.action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
1 parent f13f722 commit 3d07724
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
guava.dev:443
- uses: actions/checkout@v3
- name: Set up JDK ${{ env.MIN_JVM }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
with:
action: actions/setup-java@v3
with: |
Expand All @@ -311,7 +311,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: actions/setup-java@v3
Expand All @@ -47,7 +47,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v3
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: actions/setup-java@v3
Expand All @@ -32,7 +32,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: actions/setup-java@v3
Expand All @@ -32,7 +32,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v3
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: actions/setup-java@v3
Expand All @@ -31,7 +31,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v3
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: actions/setup-java@v3
Expand All @@ -29,7 +29,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Setup Gradle
uses: Wandalen/[email protected].35
uses: Wandalen/[email protected].36
timeout-minutes: 5
with:
action: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 3d07724

Please sign in to comment.