Skip to content

Commit 9f74471

Browse files
authored
updated actions/checkout@v2 to actions/checkout@v3
Attempting to fix this error: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
1 parent 9518e7a commit 9f74471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo_dispatch_maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020
- name: Step 1 - Checkout master branch from Github
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Set up Java
2424
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)