From 04e8b89916493fb7129e659ee7fa108c5fabb75f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 23:27:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/checkout?= =?UTF-8?q?=20action=20to=20v4.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labels.yaml | 2 +- .github/workflows/sync-dependencies.yaml | 6 +++--- template/.github/workflows/labels.yaml | 2 +- template/.github/workflows/linting.yaml | 10 +++++----- template/.github/workflows/tests.yaml | 4 ++-- template/.github/workflows/typing.yaml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 0cffe53..7d8e05e 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/sync-dependencies.yaml b/.github/workflows/sync-dependencies.yaml index 676faf2..24b95be 100644 --- a/.github/workflows/sync-dependencies.yaml +++ b/.github/workflows/sync-dependencies.yaml @@ -17,7 +17,7 @@ jobs: if: ${{ github.head_ref == 'renovate/lock-file-maintenance' }} steps: - name: ⤵️ Checkout Code - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 📝 Log the current file run: | @@ -66,7 +66,7 @@ jobs: changed: ${{ steps.check-changes.outputs.changed }} steps: - name: ⤵️ Checkout Code - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: ⤵️ Download artifact uses: actions/download-artifact@v4.1.7 @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Checkout Code - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: repository: ${{ github.event.repository.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/template/.github/workflows/labels.yaml b/template/.github/workflows/labels.yaml index 0cffe53..7d8e05e 100644 --- a/template/.github/workflows/labels.yaml +++ b/template/.github/workflows/labels.yaml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/template/.github/workflows/linting.yaml b/template/.github/workflows/linting.yaml index 5ae798c..beb6d6c 100644 --- a/template/.github/workflows/linting.yaml +++ b/template/.github/workflows/linting.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index 239f95e..3c18ac3 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: python: ["3.11", "3.12"] steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ matrix.python }} @@ -47,7 +47,7 @@ jobs: needs: pytest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: fetch-depth: 0 - name: ⬇️ Download coverage data diff --git a/template/.github/workflows/typing.yaml b/template/.github/workflows/typing.yaml index b663f54..611adc0 100644 --- a/template/.github/workflows/typing.yaml +++ b/template/.github/workflows/typing.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}