Skip to content

Commit 82a9dac

Browse files
committed
VCST-4633: Update node20 actions
1 parent 7744a7c commit 82a9dac

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ARGO_APP_NAME: ${{ github.ref_name }}
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
- name: Install vc-build
2727
run: |
@@ -47,7 +47,7 @@ jobs:
4747
docker build --build-arg PLATFORM_IMAGE=${{ env.PLATFORM_IMAGE }} --build-arg PLATFORM_TAG=${{ env.PLATFORM_TAG }} -t ${{env.PLATFORM_IMAGE_NAME}} ${{env.DOCKERFILE_PATH}}
4848
4949
- name: Docker Login
50-
uses: docker/login-action@v3
50+
uses: docker/login-action@v4
5151
with:
5252
registry: ${{ env.CONTAINER_REGISTRY }}
5353
username: ${{ env.DOCKER_LOGIN }}

.github/workflows/deploy-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Install vc-build
1919
run: |

.github/workflows/deploy-storefront.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ARGO_APP_NAME: ${{ github.ref_name }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Install vc-build
2525
run: |
@@ -32,7 +32,7 @@ jobs:
3232
echo "STOREFRONT_REPO=$(cat ./storefront/image.json | jq -r '.Repository')" >> $GITHUB_ENV
3333
3434
- name: Docker Login
35-
uses: docker/login-action@v3
35+
uses: docker/login-action@v4
3636
with:
3737
registry: ${{ env.CONTAINER_REGISTRY }}
3838
username: ${{ env.DOCKER_LOGIN }}

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
STORYBOOK_TAG: ''
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Install vc-build
2222
run: |

.github/workflows/deploy-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ARTIFACT_URL: ''
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Install vc-build
2525
run: |

0 commit comments

Comments
 (0)