Skip to content

Commit 9c34be3

Browse files
ci(deps): update actions/checkout action to v7.0.1 (#5503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90b0c1e commit 9c34be3

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
@@ -22,7 +22,7 @@ jobs:
2222
id: ci-preparation
2323
run: echo "build-ref=${{ github.workflow }}-${{ github.event.number || github.ref }}" >> $GITHUB_OUTPUT
2424
- name: Checkout
25-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
- name: Compute the Java version
2727
id: java-version
2828
run: ruby -e 'puts("java-version=#{/^minJavaVersion\s*=\s*(\d+)$/.match(File.read("gradle.properties"))[1]}")' >> $GITHUB_OUTPUT
@@ -57,7 +57,7 @@ jobs:
5757
timeout-minutes: 180
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v7.0.0
60+
uses: actions/checkout@v7.0.1
6161
- uses: DanySK/build-check-deploy-gradle-action@bb1e4f529222e1af485b329208b0abcfa56095dc # 4.0.41
6262
with:
6363
pre-build-command: ./gradlew kotlinUpgradeYarnLock
@@ -352,7 +352,7 @@ jobs:
352352
)
353353
steps:
354354
- name: Checkout
355-
uses: actions/checkout@v7.0.0
355+
uses: actions/checkout@v7.0.1
356356
with:
357357
fetch-depth: 0
358358
fetch-tags: 'true'

0 commit comments

Comments
 (0)