Skip to content

Commit 67ab98f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/asdf-vm/actions-4.0.0
2 parents 16e4339 + 9a9edd1 commit 67ab98f

File tree

6 files changed

+2244
-2182
lines changed

6 files changed

+2244
-2182
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version_tag: ${{steps.output_version_tag.outputs.VERSION_TAG}}
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: ${{ env.BRANCH_NAME }}
3636
fetch-depth: 0

.github/workflows/docker_image_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: read
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
ref: ${{ env.BRANCH_NAME }}
2525

.github/workflows/docker_image_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout local github actions
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
ref: ${{ env.BRANCH_NAME }}
3838
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
role-session-name: upload-cdk-utils-build
4848

4949
- name: docker_artifact download
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v5
5151
with:
5252
name: docker_artifact
5353
path: .

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sha_short: ${{ steps.commit_id.outputs.sha_short }}
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
ref: ${{ env.BRANCH_NAME }}
5555

0 commit comments

Comments
 (0)