From cface91e32c45821c52622d4a1bb8d7165a13b89 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 19 May 2026 23:32:13 +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