From e9e88e2ef0532b5f200d6c1c6bc3e61e8b527723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:11:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/tests-conda.yml | 2 +- .github/workflows/tests-pip.yml | 4 ++-- .github/workflows/traffic.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 592b102..a119323 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, windows-latest] name: "Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: auto-activate-base: false diff --git a/.github/workflows/tests-pip.yml b/.github/workflows/tests-pip.yml index bf28953..1adc6f1 100644 --- a/.github/workflows/tests-pip.yml +++ b/.github/workflows/tests-pip.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, windows-latest] name: "Test: Python ${{ matrix.python-version }}, pip, ${{ matrix.os }}" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: @@ -39,7 +39,7 @@ jobs: os: [ubuntu-20.04] name: "Version Check: Python ${{ matrix.python-version }}" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/traffic.yml b/.github/workflows/traffic.yml index 37429ea..ccff645 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@v3 + - uses: actions/checkout@v4 with: ref: "traffic"