Skip to content

Commit 2b69eb8

Browse files
committed
Update gha
1 parent ed52672 commit 2b69eb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515
- name: Setup Env
1616
run: |
1717
sudo apt-get update -qqy
1818
sudo apt-get install -y libjpeg8-dev libbz2-dev
1919
pip install --upgrade pip
2020
pip install -r requirements.txt
2121
- name: Set up pyenvi and Python
22-
uses: "gabrielfalcao/pyenv-action@v14"
22+
uses: "gabrielfalcao/pyenv-action@v18"
2323
with:
2424
default: 2.7.18
2525
versions: 3.8.16
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v5
5757
- name: Setup Env
5858
run: |
5959
sudo apt-get update -qqy
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
bin/coverage run bin/test -t !robot
9696
- name: Set up Python 3.6
97-
uses: actions/setup-python@v2
97+
uses: actions/setup-python@v4
9898
with:
9999
python-version: 3.6
100100
- name: Install Coveralls

0 commit comments

Comments
 (0)