Skip to content

Commit

Permalink
Merge pull request #176 from KyoriPowered/renovate/major-gradle-and-g…
Browse files Browse the repository at this point in the history
…ithub-actions

chore(deps): Update gradle and github actions (major)
  • Loading branch information
zml2008 authored Sep 25, 2023
2 parents a48975d + 1c72588 commit b08084c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
- name: "setup jdk ${{ env.JAVA_VERSION }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "setup jdk ${{ env.JAVA_VERSION }}"
uses: "actions/setup-java@v3"
with:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.DOCKER_HOST_SSH_KEY }}
- name: "login to ghcr"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit b08084c

Please sign in to comment.