Skip to content

Commit 247b184

Browse files
authored
Merge pull request #2243 from pygame-community/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.2 to 3.5.3
2 parents 70ff0eb + 23cf60b commit 247b184

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
arch: [s390x, ppc64le]
4848

4949
steps:
50-
- uses: actions/[email protected].2
50+
- uses: actions/[email protected].3
5151

5252
- name: Build sources and run tests
5353
uses: uraimo/[email protected]

.github/workflows/build-emsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
WHEELHOUSE_CYTHON: /tmp/wheelhouse/cython
4848

4949
steps:
50-
- uses: actions/[email protected].2
50+
- uses: actions/[email protected].3
5151

5252
- name: Cache Cython
5353
id: cache-cython

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
macarch: [arm64, x86_64]
4646

4747
steps:
48-
- uses: actions/[email protected].2
48+
- uses: actions/[email protected].3
4949

5050
- name: Test for Mac Deps cache hit
5151
id: macdep-cache
@@ -150,7 +150,7 @@ jobs:
150150
CIBW_BUILD_VERBOSITY: 2
151151

152152
steps:
153-
- uses: actions/[email protected].2
153+
- uses: actions/[email protected].3
154154

155155
- name: pip cache
156156
uses: actions/[email protected]

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
CIBW_BUILD_VERBOSITY: 2
8080

8181
steps:
82-
- uses: actions/[email protected].2
82+
- uses: actions/[email protected].3
8383

8484
- name: Log in to the Container registry
8585
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
os: [ubuntu-20.04, ubuntu-22.04]
5252

5353
steps:
54-
- uses: actions/[email protected].2
54+
- uses: actions/[email protected].3
5555

5656
- name: Install deps
5757
# 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
@@ -146,7 +146,7 @@ jobs:
146146
CIBW_BUILD_VERBOSITY: 2
147147

148148
steps:
149-
- uses: actions/[email protected].2
149+
- uses: actions/[email protected].3
150150

151151
- uses: TheMrMilchmann/setup-msvc-dev@v2 # this lets us use the developer command prompt on windows
152152
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-20.04
2323

2424
steps:
25-
- uses: actions/[email protected].2
25+
- uses: actions/[email protected].3
2626

2727
- name: Install deps
2828
run: |

.github/workflows/format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-22.04
3030

3131
steps:
32-
- uses: actions/[email protected].2
32+
- uses: actions/[email protected].3
3333

3434
- name: Install deps
3535
run: python3 -m pip install pylint black clang-format sphinx

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
needs: [manylinux, macos, windows, sdist]
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].2
24+
- uses: actions/[email protected].3
2525

2626
- name: Download all artifacts
2727
uses: actions/download-artifact@v3

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].2
11+
- uses: actions/[email protected].3
1212

1313
- name: Pull all release assets
1414
uses: robinraju/[email protected]

0 commit comments

Comments
 (0)