diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-05 10:50:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 10:50:44 (GMT) |
commit | 9c1428c7cca3dde8055267487d4350b4ea18fc88 (patch) | |
tree | 7103829cd28c912152c2170c5ea5397faf343601 /.github/workflows/verify-ensurepip-wheels.yml | |
parent | 88ff02e3c5054fd4d356526a5b1f15f5bc4d65b3 (diff) | |
download | cpython-9c1428c7cca3dde8055267487d4350b4ea18fc88.zip cpython-9c1428c7cca3dde8055267487d4350b4ea18fc88.tar.gz cpython-9c1428c7cca3dde8055267487d4350b4ea18fc88.tar.bz2 |
[3.12] CI: Bump GitHub Actions (GH-108879) (#108889)
CI: Bump GitHub Actions (GH-108879)
(cherry picked from commit 572678e1f864cb042df6962848a436d84ef7a8a4)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to '.github/workflows/verify-ensurepip-wheels.yml')
-rw-r--r-- | .github/workflows/verify-ensurepip-wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/verify-ensurepip-wheels.yml b/.github/workflows/verify-ensurepip-wheels.yml index 17d841f..4a54503 100644 --- a/.github/workflows/verify-ensurepip-wheels.yml +++ b/.github/workflows/verify-ensurepip-wheels.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3' |