Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Sep 4, 2023
1 parent 446d897 commit 99d5f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
will-release: ${{ steps.compute-next-version.outputs.will-release }}
steps:
- name: Checkout the repo
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
(needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
steps:
- name: Checkout the repo
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- uses: DanySK/build-check-deploy-gradle-action@2.2.8
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
if: needs.check-secrets.outputs.run-with-secrets == 'true'
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Find the version of Node from package.json
Expand Down

0 comments on commit 99d5f7d

Please sign in to comment.