Skip to content

Commit b7c35f6

Browse files
authored
Merge pull request #1064 from apache/dependabot/github_actions/1.12.x/actions/checkout-4.0.0
build(deps): bump actions/checkout from 3.6.0 to 4.0.0
2 parents e26f72d + 5a641c1 commit b7c35f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3.6.0
33+
uses: actions/checkout@v4.0.0
3434

3535
- name: Set up JDK
3636
uses: actions/setup-java@v3
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v3.6.0
75+
uses: actions/checkout@v4.0.0
7676

7777
- name: Set up JDK
7878
uses: actions/setup-java@v3
@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: Checkout
105-
uses: actions/checkout@v3.6.0
105+
uses: actions/checkout@v4.0.0
106106

107107
- name: Set up JDK
108108
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)