aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2023-01-29 09:59:41 +0100
committernico wellpott <nico@magicbroccoli.de>2023-01-29 09:59:41 +0100
commitbf4e6334a31c1c0ba12779a0436f81ba494f31f0 (patch)
treea79f28f95eb9d0cb2ad6fdb9bf4e82e4b13a1763
parentde036834ac9bf0ad66e0fa0485fb23f584612dd5 (diff)
ci(update): upgrade workflow actions
-rw-r--r--.github/workflows/pythonapp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml
index 0040b7d..25a8370 100644
--- a/.github/workflows/pythonapp.yml
+++ b/.github/workflows/pythonapp.yml
@@ -15,9 +15,9 @@ jobs:
python-version: [3.7, 3.8, 3.9]
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 dependencies