Bump checkout action

... to the latest one available.

Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami 2026-05-18 07:43:56 +09:00
parent a4d6cc5588
commit 5d74355e9d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Update pip and setuptools
run: |
python -m pip install --upgrade pip

View File

@ -20,7 +20,7 @@ jobs:
- 3.13
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Update pip and setuptools
run: |
python -m pip install --upgrade pip