Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #338 from mhashizume/PA-5801/main/checkout-action
Browse files Browse the repository at this point in the history
(PA-5801) Update Checkout GitHub Action
  • Loading branch information
mhashizume authored Oct 4, 2023
2 parents 4f53456 + 0880e7f commit 4710853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout current pr
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: docker pull and make
uses: ./.github/actions/docker_pull_and_make
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout current pr
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: docker pull and make
uses: ./.github/actions/docker_pull_and_make
with:
Expand Down

0 comments on commit 4710853

Please sign in to comment.