kopia lustrzana https://github.com/piku/piku
Bump github action versions
This should add some performance improvements in ci speed, and may address the current issue of python 3.6 not found.pull/260/head
rodzic
a433a68a1d
commit
60e16b4b11
|
@ -13,9 +13,9 @@ jobs:
|
|||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
distro: [ buster, bionic, focal ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test on ${{ matrix.distro }}
|
||||
run: |
|
||||
docker build .github/workflows/${{ matrix.distro }} -t local/${{ matrix.distro }}
|
||||
|
|
Ładowanie…
Reference in New Issue