Skip to content

Commit 2920159

Browse files
authored
Merge pull request #674 from mhashizume/PA-5792/main/checkout-action
(PA-5792) Update Checkout GitHub Action
2 parents 9d8fe95 + 29dea09 commit 2920159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static_code_analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: 'ubuntu-20.04'
1818
steps:
1919
- name: Checkout current PR code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/task_acceptance_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: 'ubuntu-20.04'
2424
steps:
2525
- name: Checkout current PR code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Install docker
2929
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)