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] authored Jan 15, 2025
1 parent 4230921 commit 10a2686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.2
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
needs.build.result == 'success'
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
needs.close-staging-repos.result == 'success'
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
token: ${{ secrets.ARG2P_CI_GITHUB_TOKEN }}
- name: Find the version of Node from package.json
Expand Down

0 comments on commit 10a2686

Please sign in to comment.