Skip to content

Commit 7f33e4e

Browse files
Update actions/checkout action to v4
1 parent 86b16f7 commit 7f33e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v1
7+
- uses: actions/checkout@v4
88
- name: GitHub Actions for Apache Maven
9-
uses: actions/checkout@v1
9+
uses: actions/checkout@v4
1010
- run: |
1111
mvn clean install
1212
mvn test

0 commit comments

Comments
 (0)