Skip to content

Commit

Permalink
Merge pull request #28 from project-tsurugi/fix-ci-warnings
Browse files Browse the repository at this point in the history
ci: bump actions/checkout to v4
  • Loading branch information
akirakw authored Feb 7, 2024
2 parents f6228dd + e33b5f2 commit 9244546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:

steps:
- name: Checkout_Takatori
uses: actions/checkout@v3
uses: actions/checkout@v4
if: ${{ inputs.checkout == 'true' }}
with:
repository: project-tsurugi/takatori
Expand All @@ -22,7 +22,7 @@ runs:

- name: Checkout_Yugawara
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: project-tsurugi/yugawara
path: ${{ inputs.path }}/yugawara
Expand All @@ -31,7 +31,7 @@ runs:

- name: Checkout_Shakujo
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: project-tsurugi/shakujo
path: ${{ inputs.path }}/shakujo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit 9244546

Please sign in to comment.