diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index 6948897..cc9fc4c 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,4 +1,4 @@ -# v3.200.22 +# v3.200.24 name: Module CI on: @@ -56,10 +56,10 @@ jobs: steps: - - name: Set up Node 16 + - name: Set up Node 18 uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Set RELEASE_STATUS if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }} @@ -239,7 +239,7 @@ jobs: if: ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) || (github.event_name == 'workflow_dispatch')}} needs: 'ci' - uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.24 with: katalonRepo: 'VirtoCommerce/vc-quality-gate-katalon' katalonRepoBranch: 'dev' @@ -259,7 +259,7 @@ jobs: (github.ref == 'refs/heads/dev')) && github.event_name == 'push' }} needs: ci - uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.24 with: releaseSource: module moduleId: ${{ needs.ci.outputs.moduleId }} @@ -268,4 +268,4 @@ jobs: jiraKeys: ${{ needs.ci.outputs.jira-keys }} argoServer: 'argo.virtocommerce.cloud' matrix: '{"include":${{ needs.ci.outputs.matrix }}}' - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/.github/workflows/module-release-hotfix.yml b/.github/workflows/module-release-hotfix.yml index 80aec37..19ff104 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,4 +1,4 @@ -# v3.200.22 +# v3.200.24 name: Release hotfix on: @@ -12,12 +12,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.24 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.24 with: uploadPackage: 'true' uploadDocker: 'false' @@ -43,7 +43,7 @@ jobs: publish-github-release: needs: [build, test, get-metadata] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.24 with: fullKey: ${{ needs.build.outputs.packageFullKey }} changeLog: '${{ needs.get-metadata.outputs.changeLog }}' diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index 862759f..c084cf0 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,4 +1,4 @@ -# v3.200.22 +# v3.200.24 name: Publish nuget on: @@ -12,12 +12,12 @@ on: jobs: test: - uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.24 secrets: sonarToken: ${{ secrets.SONAR_TOKEN }} build: - uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.24 with: uploadPackage: 'true' uploadDocker: 'false' @@ -28,7 +28,7 @@ jobs: publish-nuget: needs: [build, test] - uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.24 with: fullKey: ${{ needs.build.outputs.packageFullKey }} forceGithub: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9477ce..18f1c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# v3.200.22 +# v3.200.24 name: Release on: @@ -6,6 +6,6 @@ on: jobs: release: - uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.200.22 + uses: VirtoCommerce/.github/.github/workflows/release.yml@v3.200.24 secrets: envPAT: ${{ secrets.REPO_TOKEN }} \ No newline at end of file