Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Aug 24, 2023
1 parent bcbde9b commit e6b55db
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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.0
- uses: DanySK/[email protected]
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.5.3
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Find the version of Node from package.json
Expand Down

0 comments on commit e6b55db

Please sign in to comment.