aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/core.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/core.yml')
-rw-r--r--.github/workflows/core.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index a60e002d9..d0e890b30 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -21,9 +21,9 @@ jobs:
python-version: pypy-3.9
run-tests-ext: bat
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install pytest