diff options
author | nico wellpott <nico@magicbroccoli.de> | 2023-01-29 09:59:41 +0100 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2023-01-29 09:59:41 +0100 |
commit | bf4e6334a31c1c0ba12779a0436f81ba494f31f0 (patch) | |
tree | a79f28f95eb9d0cb2ad6fdb9bf4e82e4b13a1763 | |
parent | de036834ac9bf0ad66e0fa0485fb23f584612dd5 (diff) |
ci(update): upgrade workflow actions
-rw-r--r-- | .github/workflows/pythonapp.yml | 4 |
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 |