Skip to content

Commit 8564b45

Browse files
ci(deps): update actions/checkout action to v6.0.3 (#5385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8427d0 commit 8564b45

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@v6.0.2
60+
uses: actions/checkout@v6.0.3
6161
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
6262
with:
6363
pre-build-command: ./gradlew kotlinUpgradeYarnLock
@@ -352,7 +352,7 @@ jobs:
352352
)
353353
steps:
354354
- name: Checkout
355-
uses: actions/checkout@v6.0.2
355+
uses: actions/checkout@v6.0.3
356356
with:
357357
fetch-depth: 0
358358
fetch-tags: 'true'

0 commit comments

Comments
 (0)