Skip to content

Commit 18cfbfb

Browse files
authored
Merge pull request #22 from indexdata/DEVOPS-2662-upgrade-actions-1
DEVOPS-2662 Upgrade Workflow Actions
2 parents f9fe79d + 4472871 commit 18cfbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mvn-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
mvn-verify:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: Set up JDK 11
10-
uses: actions/setup-java@v4
10+
uses: actions/setup-java@v5
1111
with:
1212
java-version: '11'
1313
distribution: 'temurin'

0 commit comments

Comments
 (0)