Skip to content

Commit 6ff1605

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1814397 commit 6ff1605

13 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@v4.2.1
68+
- uses: actions/checkout@v4.2.2
6969

7070
- name: Build sources and run tests
7171
uses: uraimo/run-on-arch-action@v2.8.1

.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.1
44+
- uses: actions/checkout@v4.2.2
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
@@ -47,7 +47,7 @@ jobs:
4747
- { macarch: x86_64, os: macos-13 }
4848

4949
steps:
50-
- uses: actions/checkout@v4.2.1
50+
- uses: actions/checkout@v4.2.2
5151

5252
- name: Test for Mac Deps cache hit
5353
id: macdep-cache
@@ -116,7 +116,7 @@ jobs:
116116
CIBW_BEFORE_TEST: rm -rf ${{ github.workspace }}/pygame_mac_deps
117117

118118
steps:
119-
- uses: actions/checkout@v4.2.1
119+
- uses: actions/checkout@v4.2.2
120120

121121
- name: pip cache
122122
uses: actions/cache@v4.1.2

.github/workflows/build-manylinux.yml

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

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

5757
- name: Log in to the Container registry
5858
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567

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

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

5050
steps:
51-
- uses: actions/checkout@v4.2.1
51+
- uses: actions/checkout@v4.2.2
5252
- uses: msys2/setup-msys2@v2
5353
with:
5454
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.1
55+
- uses: actions/checkout@v4.2.2
5656

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
PG_DEPS_FROM_SYSTEM: 1
5959

6060
steps:
61-
- uses: actions/checkout@v4.2.1
61+
- uses: actions/checkout@v4.2.2
6262

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
PG_DEPS_FROM_SYSTEM: 1
5959

6060
steps:
61-
- uses: actions/checkout@v4.2.1
61+
- uses: actions/checkout@v4.2.2
6262

6363
- name: Install deps
6464
# 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
@@ -50,7 +50,7 @@ jobs:
5050
CIBW_ARCHS: ${{ matrix.winarch }}
5151

5252
steps:
53-
- uses: actions/checkout@v4.2.1
53+
- uses: actions/checkout@v4.2.2
5454

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

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323

2424
steps:
25-
- uses: actions/checkout@v4.2.1
25+
- uses: actions/checkout@v4.2.2
2626

2727
- name: Install deps
2828
# https://github.com/actions/runner-images/issues/7192

.github/workflows/format-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pre-commit:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4.2.1
33+
- uses: actions/checkout@v4.2.2
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: 3.x
@@ -45,7 +45,7 @@ jobs:
4545
PIP_BREAK_SYSTEM_PACKAGES: 1
4646

4747
steps:
48-
- uses: actions/checkout@v4.2.1
48+
- uses: actions/checkout@v4.2.2
4949

5050
- name: Install deps
5151
run: python3 -m pip install pylint sphinx"<7.2.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939

4040
steps:
41-
- uses: actions/checkout@v4.2.1
41+
- uses: actions/checkout@v4.2.2
4242

4343
- name: Download all artifacts
4444
uses: actions/download-artifact@v4

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# IMPORTANT: this permission is mandatory for trusted publishing
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v4.2.1
15+
- uses: actions/checkout@v4.2.2
1616

1717
- name: Pull all release assets
1818
uses: robinraju/release-downloader@v1.11

0 commit comments

Comments
 (0)