Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 8c04259

Browse files
hugovkboogheta
authored andcommitted
Bump actions versions
1 parent 3722fa2 commit 8c04259

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
if: github.repository == 'python-twitter-tools/twitter'
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -27,9 +27,9 @@ jobs:
2727
deploy-
2828
2929
- name: Set up Python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v4
3131
with:
32-
python-version: "3.10"
32+
python-version: "3.x"
3333

3434
- name: Install dependencies
3535
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
"3.9",
2121
"3.10",
2222
"3.11-dev",
23-
"pypy2",
23+
"pypy2.7",
2424
]
2525
os: [ubuntu-latest]
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v4
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

0 commit comments

Comments
 (0)