From 4ce0aea2372a83c6d4b637e9c22b4832022cb1e7 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 17 Jul 2026 13:12:28 -0400 Subject: [PATCH] Update GitHub Actions to current majors across workflows Bumps actions/checkout to v7, actions/setup-python to v6, and actions/upload-artifact to v7 in cleanup.yml, pr_reply1.yml, and pr_reply2.yml, as flagged on the Renovate dependency dashboard (#625). Co-Authored-By: Claude Fable 5 --- .github/workflows/cleanup.yml | 4 ++-- .github/workflows/pr_reply1.yml | 6 +++--- .github/workflows/pr_reply2.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 50ff872f..9466f199 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -13,12 +13,12 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 - name: Install Dependencies diff --git a/.github/workflows/pr_reply1.yml b/.github/workflows/pr_reply1.yml index 93debf68..26a77e92 100644 --- a/.github/workflows/pr_reply1.yml +++ b/.github/workflows/pr_reply1.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 with: python-version: 3.9 - name: Run script @@ -22,7 +22,7 @@ jobs: run: | pip install -Uq ghapi nb_helpers python .github/scripts/pr_reply1.py - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: pr_comment path: modified_colabs.json \ No newline at end of file diff --git a/.github/workflows/pr_reply2.yml b/.github/workflows/pr_reply2.yml index 558077eb..e9eea29a 100644 --- a/.github/workflows/pr_reply2.yml +++ b/.github/workflows/pr_reply2.yml @@ -13,10 +13,10 @@ jobs: download_payload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 with: python-version: 3.9 - name: Run script