Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 5e80179 commit 7afd2fe
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 @@ -35,7 +35,7 @@ jobs:
will-release: ${{ steps.compute-next-version.outputs.will-release }}
steps:
- name: Checkout the repo
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: needs.check-secrets.outputs.run-with-secrets == 'true'
steps:
- name: Checkout the repo
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: DanySK/[email protected]
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
if: needs.check-secrets.outputs.run-with-secrets == 'true'
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Install Node
Expand Down

0 comments on commit 7afd2fe

Please sign in to comment.