Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 3223ffc commit 2f6525f
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@v4.1.7
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
(needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
needs.close-staging-repos.result == 'success'
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Find the version of Node from package.json
Expand Down

0 comments on commit 2f6525f

Please sign in to comment.