Skip to content

Commit bec7434

Browse files
chore(deps): update actions/checkout action to v6
1 parent ee8c94c commit bec7434

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: ⬇️ Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: 📦 Download artifact
3232
uses: actions/download-artifact@v4
3333
if: inputs.artifact-name && inputs.artifact-path

.github/workflows/build-java-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
license-artifact-path: ./services/${{ inputs.service_name }}/build/distributions
2929
steps:
3030
- name: ⬇️ Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- name: 🛠 Set up JDK
3333
uses: actions/setup-java@v4
3434
with:

.github/workflows/lpt-locust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
license-artifact-path: ./test/lpt-locust/license-report
2626
steps:
2727
- name: ⬇️ Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
- name: 🏗 Setup python
3030
uses: actions/setup-python@v5
3131
with:

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
notes: ${{ steps.prepare-release.outputs.notes }}
2424
steps:
2525
- name: ⬇️ Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: 🏗 Setup node env
2828
uses: actions/setup-node@v4
2929
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.ref == 'refs/heads/main' && inputs.version != 'dev'
2525
steps:
2626
- name: ⬇️ Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
- name: 📦 Download license artifact
2929
uses: actions/download-artifact@v4
3030
with:

.github/workflows/ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
license-artifact-path: ./services/ui/license-report
3131
steps:
3232
- name: ⬇️ Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
- name: 🏗 Setup node env
3535
uses: actions/setup-node@v4
3636
with:

0 commit comments

Comments
 (0)