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 16, 2023
1 parent cf147a8 commit 157299f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

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

- run: make build

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

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

- run: make check

Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 20

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

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -93,7 +93,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 @@ -126,7 +126,7 @@ jobs:
timeout-minutes: 20

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

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 157299f

Please sign in to comment.