Skip to content

Commit

Permalink
Upgrade actions/checkout, setup-python, cache
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura committed Nov 4, 2022
1 parent 7a360f1 commit 6ee95a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
python-version: ['3.6.15', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

services:
redis:
Expand All @@ -31,17 +31,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache

- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: test
with:
Expand Down

0 comments on commit 6ee95a3

Please sign in to comment.