Unverified Commit 0351e96f authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5

)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 4c885469
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ jobs:
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout main branch of the repository
      uses: actions/checkout@v4
      uses: actions/checkout@v5
      with:
        fetch-depth: 0
    - name: Install dependencies
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ jobs:
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout main branch of the repository
      uses: actions/checkout@v4
      uses: actions/checkout@v5
      with:
        fetch-depth: 0
    - name: Install dependencies
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ jobs:
      with:
        python-version: ${{env.PYTHON_VERSION}}
    - name: Checkout PR branch of the repository
      uses: actions/checkout@v4
      uses: actions/checkout@v5
      with:
        fetch-depth: 0
    - name: Display Workflow Run Information
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ jobs:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - uses: actions/checkout@v5
    - name: Set up Python 3.11
      uses: actions/setup-python@v5
      with:
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
  pre-commit-ci:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: actions/checkout@v5
      with:
        fetch-depth: 0 
    - name: Set up Python
Loading