From aed54650b862a0c92410066695a55710fece9d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:04:47 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jira_cloud_ci.yml | 2 +- .github/workflows/jira_server_ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tox.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jira_cloud_ci.yml b/.github/workflows/jira_cloud_ci.yml index bdd71d618..6ed620113 100644 --- a/.github/workflows/jira_cloud_ci.yml +++ b/.github/workflows/jira_cloud_ci.yml @@ -37,7 +37,7 @@ jobs: python-version: ["3.10"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/jira_server_ci.yml b/.github/workflows/jira_server_ci.yml index 050a403dc..a86bbafb7 100644 --- a/.github/workflows/jira_server_ci.yml +++ b/.github/workflows/jira_server_ci.yml @@ -26,7 +26,7 @@ jobs: jira-version: [8.17.1] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0305f9cdb..2f611e1e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: python3 -m pip install --user "tox>=4.0.0" - name: Check out src from Git - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm submodules: true diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 7edbc7079..073516145 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -66,7 +66,7 @@ jobs: sudo apt-get update -y sudo apt-get --assume-yes --no-install-recommends install -y apt-transport-https curl libkrb5-dev - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # needed by setuptools-scm submodules: true @@ -138,7 +138,7 @@ jobs: steps: # checkout needed for codecov action which needs codecov.yml file - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python # likely needed for coverage uses: actions/setup-python@v6