Skip to content

Commit e17a2d2

Browse files
authored
Merge pull request #3561 from pygame-community/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 1681ce3 + 24ea0ae commit e17a2d2

12 files changed

+14
-14
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- { arch: armv7, base_image: 'balenalib/raspberrypi3-debian:bookworm' }
6666

6767
steps:
68-
- uses: actions/checkout@v4.2.2
68+
- uses: actions/checkout@v5.0.0
6969

7070
- name: Build sources and run tests
7171
uses: uraimo/[email protected]

.github/workflows/build-emsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
SDKROOT: /opt/python-wasm-sdk
4242

4343
steps:
44-
- uses: actions/checkout@v4.2.2
44+
- uses: actions/checkout@v5.0.0
4545

4646
- name: Regen with latest cython (using system python3)
4747
run: |

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- { macarch: x86_64, os: macos-13 }
2929

3030
steps:
31-
- uses: actions/checkout@v4.2.2
31+
- uses: actions/checkout@v5.0.0
3232

3333
- name: Test for Mac Deps cache hit
3434
id: macdep-cache
@@ -96,7 +96,7 @@ jobs:
9696
CIBW_BEFORE_TEST: rm -rf ${{ github.workspace }}/pygame_mac_deps
9797

9898
steps:
99-
- uses: actions/checkout@v4.2.2
99+
- uses: actions/checkout@v5.0.0
100100

101101
- name: pip cache
102102
uses: actions/[email protected]

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CIBW_ARCHS: ${{ matrix.arch }}
3434

3535
steps:
36-
- uses: actions/checkout@v4.2.2
36+
- uses: actions/checkout@v5.0.0
3737

3838
- name: Log in to the Container registry
3939
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1

.github/workflows/build-on-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# - { sys: clangarm64, env: clang-aarch64 }
4848

4949
steps:
50-
- uses: actions/checkout@v4.2.2
50+
- uses: actions/checkout@v5.0.0
5151
- uses: msys2/setup-msys2@v2
5252
with:
5353
msystem: ${{ matrix.sys }}

.github/workflows/build-sdl3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
PG_DEPS_FROM_SYSTEM: 1
5353

5454
steps:
55-
- uses: actions/checkout@v4.2.2
55+
- uses: actions/checkout@v5.0.0
5656

5757
- name: Install pygame deps (linux)
5858
if: matrix.os == 'ubuntu-24.04'

.github/workflows/build-ubuntu-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
PG_DEPS_FROM_SYSTEM: 1
4040

4141
steps:
42-
- uses: actions/checkout@v4.2.2
42+
- uses: actions/checkout@v5.0.0
4343

4444
- name: Install deps
4545
# install numpy from pip and not apt because the one from pip is newer,

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
CIBW_ARCHS: ${{ matrix.winarch }}
3232

3333
steps:
34-
- uses: actions/checkout@v4.2.2
34+
- uses: actions/checkout@v5.0.0
3535

3636
- uses: TheMrMilchmann/setup-msvc-dev@v3 # this lets us use the developer command prompt on windows
3737
with:

.github/workflows/dev-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SDL_AUDIODRIVER: "disk"
3232

3333
steps:
34-
- uses: actions/checkout@v4.2.2
34+
- uses: actions/checkout@v5.0.0
3535

3636
- name: Install deps
3737
run: |

.github/workflows/release-gh-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: write
2727

2828
steps:
29-
- uses: actions/checkout@v4.2.2
29+
- uses: actions/checkout@v5.0.0
3030

3131
- name: Download all artifacts
3232
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)