Skip to content

Commit

Permalink
Merge pull request #85 from medizininformatik-initiative/renovate/act…
Browse files Browse the repository at this point in the history
…ions-checkout-4.x

Update actions/checkout action to v4
  • Loading branch information
alexanderkiel authored Feb 1, 2024
2 parents ee2aa51 + 57b6f08 commit f639ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Release
uses: qcastel/[email protected]
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Release
uses: qcastel/[email protected]
Expand Down

0 comments on commit f639ee7

Please sign in to comment.