diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:32:01 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:32:01 +0100 |
commit | 2149235e113c5beb1183dd3d5368898084d2284f (patch) | |
tree | 45634118497b8cf5be4edcc727111cc05578afbf /.github/workflows/test.yml | |
parent | make .gitattributes more consistent (diff) | |
download | cleanup-path-2149235e113c5beb1183dd3d5368898084d2284f.tar.gz cleanup-path-2149235e113c5beb1183dd3d5368898084d2284f.zip |
workflows/test: upgrade actions
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0991990..45c5cc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' if: matrix.python |