Skip to content

Commit

Permalink
Merge pull request #292 from kit-data-manager/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-4.x

Update actions/checkout action to v4
  • Loading branch information
ThomasJejkal authored Sep 27, 2024
2 parents 3dbee50 + 39fd043 commit 27cb29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
jdk: [ 17 ]
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up OpenJDK version ...
uses: actions/setup-java@v4
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up OpenJDK version ...
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 27cb29f

Please sign in to comment.