Skip to content

Commit

Permalink
[oracle-cloud] Update common files for branch 4.1.x (#932)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.22

* Update common files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chaimaa Rouai <161726330+ChaimaaeROUAI@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 5, 2024
1 parent eb0caba commit 707967a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
fetch-depth: 0

- name: "🔧 Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.2.1
uses: graalvm/setup-graalvm@v1.2.2
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: "🔧 Setup Gradle"
uses: gradle/gradle-build-action@v3.3.2
uses: gradle/gradle-build-action@v3.4.2

- name: "❓ Optional setup step"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mockito = '5.12.0'
slf4j-jcl = '2.0.13'
commons-lang3 = '3.14.0'
shadow = '8.0.0'
groovy = "4.0.21"
groovy = "4.0.22"
spock = "2.3-groovy-4.0"
oci = "3.44.1"
protobuf = '0.9.4'
Expand Down

0 comments on commit 707967a

Please sign in to comment.