Skip to content

Commit

Permalink
Merge pull request #12 from TegroTON/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
DeFiTON authored Dec 1, 2023
2 parents f252b5e + 9b94cc6 commit d9fda3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yandex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
IMAGE: finance_api/observer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: corretto
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
IMAGE: finance_api/rest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: corretto
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
IMAGE: finance_api/rest-v2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: corretto
Expand Down

0 comments on commit d9fda3a

Please sign in to comment.