Skip to content

Commit 0ec034e

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update actions/checkout action to v4.1.7
1 parent 7c2cf3b commit 0ec034e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
will-release: ${{ steps.compute-next-version.outputs.will-release }}
3333
steps:
3434
- name: Checkout the repo
35-
uses: actions/checkout@v4.1.6
35+
uses: actions/checkout@v4.1.7
3636
with:
3737
fetch-depth: 0
3838
- name: Compute next release version
@@ -117,7 +117,7 @@ jobs:
117117
(needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
118118
steps:
119119
- name: Checkout the repo
120-
uses: actions/checkout@v4.1.6
120+
uses: actions/checkout@v4.1.7
121121
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
122122
with:
123123
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
@@ -146,7 +146,7 @@ jobs:
146146
if: needs.check-secrets.outputs.run-with-secrets == 'true'
147147
steps:
148148
- name: Checkout
149-
uses: actions/checkout@v4.1.6
149+
uses: actions/checkout@v4.1.7
150150
with:
151151
token: ${{ secrets.DEPLOYMENT_TOKEN }}
152152
- name: Find the version of Node from package.json

0 commit comments

Comments
 (0)