From 7fb3c876eaaf51f66a9e69ac8d08f983d5225f17 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 28 May 2026 20:52:10 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- scripts/third_party/jq/.github/workflows/manpage.yml | 2 +- scripts/third_party/jq/.github/workflows/website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/third_party/jq/.github/workflows/manpage.yml b/scripts/third_party/jq/.github/workflows/manpage.yml index 72f105770..5a8160db8 100644 --- a/scripts/third_party/jq/.github/workflows/manpage.yml +++ b/scripts/third_party/jq/.github/workflows/manpage.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: pipenv diff --git a/scripts/third_party/jq/.github/workflows/website.yml b/scripts/third_party/jq/.github/workflows/website.yml index 14a242f87..0467d4db4 100644 --- a/scripts/third_party/jq/.github/workflows/website.yml +++ b/scripts/third_party/jq/.github/workflows/website.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: pipenv