Skip to content

Commit

Permalink
Merge branch '3.x' of https://github.com/Nookure/MAStaff into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Mar 22, 2024
2 parents 944af63 + 7827195 commit d5dbc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout main branch from GitHub
uses: actions/checkout@v2
uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Seting up JDK 17
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout main branch from GitHub
uses: actions/checkout@v2

uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Seting up JDK 17
uses: actions/setup-java@v1
Expand Down

0 comments on commit d5dbc91

Please sign in to comment.