We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9518e7a commit 9f74471Copy full SHA for 9f74471
.github/workflows/repo_dispatch_maven.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- name: Step 1 - Checkout master branch from Github
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Set up Java
24
uses: actions/setup-java@v1
0 commit comments