Skip to content

Commit

Permalink
Merge pull request #674 from mhashizume/PA-5792/main/checkout-action
Browse files Browse the repository at this point in the history
(PA-5792) Update Checkout GitHub Action
  • Loading branch information
mhashizume authored Oct 3, 2023
2 parents 9d8fe95 + 29dea09 commit 2920159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: 'ubuntu-20.04'
steps:
- name: Checkout current PR code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_acceptance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: 'ubuntu-20.04'
steps:
- name: Checkout current PR code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install docker
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 2920159

Please sign in to comment.