Skip to content

Commit

Permalink
Merge pull request #4229 from pygame/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.5

build(deps): bump actions/checkout from 4.1.2 to 4.1.5
  • Loading branch information
illume committed May 15, 2024
2 parents b1bc0a1 + 1c07332 commit baace73
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
arch: [s390x, ppc64le]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: Build sources and run tests
uses: uraimo/run-on-arch-action@v2.7.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
macarch: [arm64, x86_64]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: Test for Mac Deps cache hit
id: macdep-cache
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: pip cache
uses: actions/cache@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# - { sys: ucrt64, env: ucrt-x86_64 }
# - { sys: clang64, env: clang-x86_64 }
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5

- name: Install deps
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
- name: Install deps
run: python3 -m pip install sphinx
- name: Check docs changes are checked in
Expand Down

0 comments on commit baace73

Please sign in to comment.