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 Oct 17, 2023
1 parent 5dab395 commit 58ec8f6
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@v3.5.3
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Compute next release version
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
needs.build.result == 'success'
steps:
- name: Checkout the repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
- uses: DanySK/build-check-deploy-gradle-action@2.2.8
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
needs.close-staging-repos.result == 'success'
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
- name: Find the version of Node from package.json
id: node-version
run: echo "version=$(jq -r .engines.node package.json)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 58ec8f6

Please sign in to comment.