From cbb14672c4559bf67bd74b36365696aea38f9820 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:42:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/tests-poetry.yml | 2 +- .github/workflows/traffic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-poetry.yml b/.github/workflows/tests-poetry.yml index 4174843..35e0496 100644 --- a/.github/workflows/tests-poetry.yml +++ b/.github/workflows/tests-poetry.yml @@ -22,7 +22,7 @@ jobs: os: [ubuntu-latest, windows-latest] name: Test (Python ${{ matrix.python-version }} on ${{ matrix.os }}) steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/traffic.yml b/.github/workflows/traffic.yml index 8bdf13a..b724890 100644 --- a/.github/workflows/traffic.yml +++ b/.github/workflows/traffic.yml @@ -14,7 +14,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: "traffic"