CI: Update actions

This commit is contained in:
Christoph Reiter
2022-09-20 09:15:28 +02:00
parent 988a28242c
commit 3ed15055cc

View File

@@ -10,9 +10,9 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10']
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
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
if: (github.repository == 'msys2/msys2-web' && github.event_name == 'push' && github.ref == 'refs/heads/main')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Log in
run: |
echo "$TOKEN" | docker login ghcr.io --username "$USERNAME" --password-stdin