Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 674e227 commit 8d83710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
will-release: ${{ steps.compute-next-version.outputs.will-release }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
- uses: DanySK/build-check-deploy-gradle-action@2.4.16
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
if: ${{ needs.check-secrets.outputs.run-with-secrets == 'true' }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: DanySK/build-check-deploy-gradle-action@2.4.16
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
if: ${{ needs.check-secrets.outputs.run-with-secrets == 'true' }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit 8d83710

Please sign in to comment.