From 1dbb56c6e048482e5143a7c483ca11b9bbce63b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Dec 2025 02:06:13 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/Testbase.yml | 4 ++-- .github/workflows/compatibility.yml | 6 +++--- .github/workflows/python-publish.yml | 4 ++-- .github/workflows/updater.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Testbase.yml b/.github/workflows/Testbase.yml index 2d00e2f..0d8eaf1 100644 --- a/.github/workflows/Testbase.yml +++ b/.github/workflows/Testbase.yml @@ -18,9 +18,9 @@ jobs: QT_DEBUG_PLUGINS: 1 steps: - name: Set up Python ${{ inputs.python }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Install dependencies - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ inputs.python }} - name: Install package diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 01003f5..ffaea81 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -36,10 +36,10 @@ jobs: echo "plugin_name=$(echo '${{ github.repository }}' | cut -d'/' -f2)" >> $GITHUB_ENV - name: Checkout the repo - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.python-version }} @@ -69,7 +69,7 @@ jobs: - name: Upload compatibility report if: failure() - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: path: 'import_report_tests_${{ env.plugin_name }}_None.txt' diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 67c4a59..6bfb6f7 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.1 - name: Set up Python - uses: actions/setup-python@v6.0.0 + uses: actions/setup-python@v6.1.0 with: python-version: '3.x' - name: Install dependencies diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 8c60cea..1c948f9 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}