Skip to content

Commit a08d2c5

Browse files
committed
Update workflow
1 parent 3f54d73 commit a08d2c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/module-release-hotfix.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.9
2-
# https://virtocommerce.atlassian.net/browse/VCST-1260
1+
# v3.800.11
2+
# bump-ubuntu-version
33
name: Release hotfix
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/[email protected].9
16+
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/[email protected].9
21+
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'false'
@@ -28,7 +28,7 @@ jobs:
2828
envPAT: ${{ secrets.REPO_TOKEN }}
2929

3030
get-metadata:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
3434
outputs:
@@ -46,7 +46,7 @@ jobs:
4646
publish-github-release:
4747
needs:
4848
[build, test, get-metadata]
49-
uses: VirtoCommerce/.github/.github/workflows/[email protected].9
49+
uses: VirtoCommerce/.github/.github/workflows/[email protected].11
5050
with:
5151
fullKey: ${{ needs.build.outputs.packageFullKey }}
5252
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
@@ -61,7 +61,7 @@ jobs:
6161
needs:
6262
[publish-github-release]
6363
if: ${{ github.event.inputs.incrementPatch == 'true' }}
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-24.04
6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v4

0 commit comments

Comments
 (0)