commit | 0086506ed9d7518127e302ad535dca29199d5798 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Thu Jan 11 12:39:07 2024 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Thu Jan 11 21:31:59 2024 +0100 |
tree | e32c96e08449b5113fc8f710924d71968ac8da83 | |
parent | b3af74d8b991b035a8657092166fefd7a70d1d31 [diff] [blame] |
Update actions to use major version checkout@v4 Change-Id: If68972ac325ae45a7de269d80d4305d9e80ff0af
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 68be103..43237b4 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml
@@ -7,7 +7,8 @@ runs-on: ubuntu-latest steps: - name: Checkout Krill - uses: actions/checkout@v2 + # Reference the major version of a release + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v1