Skip to content

Commit aea1f52

Browse files
authored
Merge pull request #138 from mhashizume/PA-5800/master/checkout-action
(PA-5800) Update Checkout GitHub Action
2 parents 0aec4c4 + 21ca5af commit aea1f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: docker_pull_and_make
2626
uses: ./.github/actions/docker_pull_and_make
2727
with:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: docker_pull_and_make
2424
uses: ./.github/actions/docker_pull_and_make
2525
with:

0 commit comments

Comments
 (0)