Skip to content

Commit 6dd5acd

Browse files
build: bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7037e7 commit 6dd5acd

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
WEBAPP_URL: ${{ steps.get_output_linux.outputs.WEBAPP_URL }}
4949
steps:
5050
- name: Checkout Code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Configure Parameters Based on WAF Setting
5454
shell: bash

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
WEBAPP_URL: ${{ steps.get_output_windows.outputs.WEBAPP_URL }}
4949
steps:
5050
- name: Checkout Code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Configure Parameters Based on WAF Setting
5454
shell: bash

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fi
133133
134134
- name: Checkout Code
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v6
136136

137137
- name: Login to Azure
138138
shell: bash

.github/workflows/job-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
2929
steps:
3030
- name: Checkout Code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Generate Unique Docker Image Tag
3434
id: generate_docker_tag

.github/workflows/test-automation-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TEST_REPORT_URL: ${{ steps.upload_report.outputs.artifact-url }}
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Set up Python
3939
uses: actions/setup-python@v6
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Upload test report
129129
id: upload_report
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v6
131131
if: ${{ !cancelled() }}
132132
with:
133133
name: test-report

0 commit comments

Comments
 (0)