Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent f6cd2be commit 781cdd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.7
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 17
uses: actions/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Downloading artifact
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: thecodemonkey/action-get-gradle-version@master
id: version
with:
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Downloading artifact
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: thecodemonkey/action-get-gradle-version@master
id: version
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Downloading artifact
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: thecodemonkey/action-get-gradle-version@master
id: version
with:
Expand Down

0 comments on commit 781cdd0

Please sign in to comment.