From a0b3b66d7cb84e8ffc2c8a03e8c8622b1817d95d Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Tue, 2 Apr 2024 12:42:21 +0400 Subject: [PATCH] actions/checkout@v4 downgrade com.palantir.docker to 0.25.0 --- .github/workflows/ci-unwelcome-words.yml | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-unwelcome-words.yml b/.github/workflows/ci-unwelcome-words.yml index 686d0fd..b23bb56 100644 --- a/.github/workflows/ci-unwelcome-words.yml +++ b/.github/workflows/ci-unwelcome-words.yml @@ -7,11 +7,11 @@ jobs: test: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.sha }} - name: Checkout tool - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: exactpro-th2/ci-github-action ref: master diff --git a/build.gradle b/build.gradle index 84ae726..0c5efbb 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'application' id 'java' id 'java-library' - id 'com.palantir.docker' version '0.36.0' + id 'com.palantir.docker' version '0.25.0' } group = 'com.exactpro.th2'