Skip to content

Commit 4cab540

Browse files
authored
Merge pull request #3650 from pygame-community/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 4d809d9 + 0d8d91a commit 4cab540

12 files changed

+15
-15
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@v5.0.0
68+
- uses: actions/checkout@v6.0.0
6969

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

.github/workflows/build-emsdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
PYBUILD: 3.13
4343

4444
steps:
45-
- uses: actions/checkout@v5.0.0
45+
- uses: actions/checkout@v6.0.0
4646

4747
- name: Install python-wasm-sdk
4848
run: |
@@ -64,7 +64,7 @@ jobs:
6464
name: Pyodide build
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v5.0.0
67+
- uses: actions/checkout@v6.0.0
6868

6969
- uses: pypa/[email protected]
7070
env:

.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-15 }
2929

3030
steps:
31-
- uses: actions/checkout@v5.0.0
31+
- uses: actions/checkout@v6.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@v5.0.0
99+
- uses: actions/checkout@v6.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@v5.0.0
36+
- uses: actions/checkout@v6.0.0
3737

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

.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@v5.0.0
50+
- uses: actions/checkout@v6.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@v5.0.0
55+
- uses: actions/checkout@v6.0.0
5656
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.14'

.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@v5.0.0
42+
- uses: actions/checkout@v6.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@v5.0.0
34+
- uses: actions/checkout@v6.0.0
3535

3636
- uses: TheMrMilchmann/setup-msvc-dev@v4 # 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@v5.0.0
34+
- uses: actions/checkout@v6.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@v5.0.0
29+
- uses: actions/checkout@v6.0.0
3030

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

0 commit comments

Comments
 (0)