From 3ed15055ccc2d2dab3ec5b79eaa2e842019f2528 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 20 Sep 2022 09:15:28 +0200 Subject: [PATCH] CI: Update actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59681ce..27d2b99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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