From 99ea99aac8a7a747434ab0fa7fbd2c7169916dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 6 Nov 2024 11:06:29 +0100 Subject: [PATCH] chore: bump some action versions --- .github/workflows/test_against_testrig.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_against_testrig.yml b/.github/workflows/test_against_testrig.yml index 05bcfa3..82959b6 100644 --- a/.github/workflows/test_against_testrig.yml +++ b/.github/workflows/test_against_testrig.yml @@ -107,7 +107,7 @@ jobs: steps: - name: "🌐 Connect to tailscale network" - uses: tailscale/github-action@v1 + uses: tailscale/github-action@v2 with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} @@ -118,7 +118,7 @@ jobs: curl http://flashhost/${{ github.event.inputs.target }}/ - name: "⬇ Checkout maintenance OctoPrint with Playwright E2E tests" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OctoPrint/OctoPrint ref: ${{ github.event.inputs.e2e-branch }} @@ -132,7 +132,7 @@ jobs: echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV - name: 🧰 Cache Playwright browser binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache with: path: "~/.cache/ms-playwright" @@ -167,7 +167,7 @@ jobs: curl -i -o webcam.jpg http://flashhost/${{ github.event.inputs.target }}/webcam/?action=snapshot - name: ⬆ Upload Playwright report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: playwright-report