Skip to content

Commit

Permalink
Bump actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 10, 2023
1 parent 60fc804 commit bcf48ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: make build

Expand All @@ -37,7 +37,7 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: make docs

Expand All @@ -51,7 +51,7 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: make check

Expand All @@ -68,7 +68,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit bcf48ac

Please sign in to comment.