Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
downgrade com.palantir.docker to 0.25.0
  • Loading branch information
Oleg Smelov committed Apr 2, 2024
1 parent 73dedcc commit a0b3b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-unwelcome-words.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a0b3b66

Please sign in to comment.