File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments