Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
st3v0rr authored Dec 12, 2023
2 parents b458ad7 + 6133ff8 commit ae25621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- KEYCLOAK_VERSION: 22.0.4
- KEYCLOAK_VERSION: 23.0.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
matrix:
java: [11, 17]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
env:
- KEYCLOAK_VERSION: 21.1.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Lint .github/workflows/*.yaml files
uses: ibiqlik/action-yamllint@v3.1
Expand Down

0 comments on commit ae25621

Please sign in to comment.