Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#94 from HamaWhiteGG/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
HamaWhiteGG authored Sep 6, 2023
2 parents 0d8e2dc + b388cec commit 7757d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7757d38

Please sign in to comment.