Skip to content

Commit

Permalink
Merge pull request #204 from PaperMC/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
kashike authored May 9, 2024
2 parents 3616bd1 + e3920aa commit a17a533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "setup java"
uses: "actions/setup-java@v3"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"

0 comments on commit a17a533

Please sign in to comment.