Skip to content

Commit 2d1a564

Browse files
Update actions/checkout action to v7
1 parent 1fa3c0f commit 2d1a564

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
codecov:
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v7
1313
- uses: actions/setup-java@v3
1414
with:
1515
distribution: 'temurin'

.github/workflows/mvn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java: [11, 17]
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v7
2020
- uses: actions/setup-java@v3
2121
with:
2222
distribution: 'temurin'

.github/workflows/pdd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v7
1010
- uses: g4s8/pdd-action@master

.github/workflows/xcop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
xcop:
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v7
1515
- uses: g4s8/xcop-action@master

0 commit comments

Comments
 (0)