From d0e2eac5d0054e1a6e95b47341e54ed333f31488 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:33:45 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.5 --- .github/workflows/2023-PyConIT-workflow.yaml | 8 ++++---- .../workflows/2023-PyData_Berlin-python-pdf-workflow.yaml | 8 ++++---- .github/workflows/2023_EuroSciPy_workflow.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/2023-PyConIT-workflow.yaml b/.github/workflows/2023-PyConIT-workflow.yaml index 7fbfc7a..436f99d 100644 --- a/.github/workflows/2023-PyConIT-workflow.yaml +++ b/.github/workflows/2023-PyConIT-workflow.yaml @@ -23,7 +23,7 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for backend file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -79,7 +79,7 @@ jobs: needs: [ lint, test ] steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml b/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml index 1feda9f..a5f2703 100644 --- a/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml +++ b/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml @@ -25,7 +25,7 @@ jobs: outputs: PyDataBerlinChanges: ${{ steps.filter.outputs.PyDataBerlinChanges }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for 2023_PyData_Berlin file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -81,7 +81,7 @@ jobs: needs: [ lint, test ] steps: - name: Setup Python environment - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/2023_EuroSciPy_workflow.yaml b/.github/workflows/2023_EuroSciPy_workflow.yaml index 42118bd..198a447 100644 --- a/.github/workflows/2023_EuroSciPy_workflow.yaml +++ b/.github/workflows/2023_EuroSciPy_workflow.yaml @@ -20,7 +20,7 @@ jobs: permissions: pull-requests: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for backend file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 @@ -44,7 +44,7 @@ jobs: python-version: [ "3.12" ] steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: sparse-checkout: 2023_EuroSciPy - name: Set up Python ${{ matrix.python-version }}