Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#8702)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614 renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 5bc7d85 commit 4a8caf5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manylinux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@ jobs:
# we need examples wheel for tests, but only windows actually uploads kivy-examples to pypi/server
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -52,7 52,7 @@ jobs:
cibw_build: 'cp37-manylinux_aarch64 cp38-manylinux_aarch64 cp39-manylinux_aarch64 cp310-manylinux_aarch64 cp311-manylinux_aarch64 cp312-manylinux_aarch64'
if: github.event_name == 'schedule' || (github.event_name == 'create' && github.event.ref_type == 'tag') || contains(github.event.head_commit.message, '[build wheel]') || contains(github.event.head_commit.message, '[build wheel linux]') || contains(github.event.pull_request.title, '[build wheel]') || contains(github.event.pull_request.title, '[build wheel linux]')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -92,7 92,7 @@ jobs:
needs: [manylinux_wheel_create, kivy_examples_create]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -136,7 136,7 @@ jobs:
env:
DISPLAY: ':99.0'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -182,7 182,7 @@ jobs:
DISPLAY: ':99.0'
KIVY_SPLIT_EXAMPLES: 0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/osx_wheels_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ jobs:
# we need examples wheel for tests, but only windows actually uploads kivy-examples to pypi/server
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -50,7 50,7 @@ jobs:
- runs_on: macos-latest
python: '3.x'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -90,7 90,7 @@ jobs:
env:
KIVY_GL_BACKEND: 'mock'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -142,7 142,7 @@ jobs:
env:
KIVY_GL_BACKEND: 'mock'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }} on ${{ matrix.runs_on }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -174,7 174,7 @@ jobs:
env:
KIVY_SPLIT_EXAMPLES: 0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -216,7 216,7 @@ jobs:
env:
KIVY_GL_BACKEND: 'mock'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ jobs:
matrix:
docker_images: ['balenalib/raspberrypi3-debian-python:3.9-bullseye', 'balenalib/raspberrypi3-debian-python:3.11-bookworm']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate version metadata
run: |
source .ci/ubuntu_ci.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_osx_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ jobs:
runs_on: ['macos-latest', 'apple-silicon-m1']
python: ['3.x']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ubuntu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@ jobs:
PEP8_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand All @@ -24,7 24,7 @@ jobs:
env:
DISPLAY: ':99.0'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -67,7 67,7 @@ jobs:
gen_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@ jobs:
python: ['3.8', '3.9', '3.10', '3.11', '3.12' ]
arch: ['x64']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }} on ${{ matrix.arch }}
uses: actions/setup-python@v5
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ jobs:
arch: ['x64']
if: github.event_name == 'schedule' || (github.event_name == 'create' && github.event.ref_type == 'tag') || contains(github.event.head_commit.message, '[build wheel]') || contains(github.event.head_commit.message, '[build wheel win]') || contains(github.event.pull_request.title, '[build wheel]') || contains(github.event.pull_request.title, '[build wheel win]')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -58,7 58,7 @@ jobs:
needs: windows_wheels_create
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -105,7 105,7 @@ jobs:
python: ['3.8', '3.9', '3.10', '3.11', '3.12' ]
arch: [ 'x64' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }} on ${{ matrix.arch }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -138,7 138,7 @@ jobs:
runs-on: windows-latest
needs: windows_wheels_create
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4a8caf5

Please sign in to comment.