Skip to content

Commit aab9c3a

Browse files
authored
Merge pull request python#106 from python/dependabot/github_actions/actions-d0822390ca
Bump the actions group with 2 updates
2 parents 8f87fcf + 4b7af15 commit aab9c3a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v5.1.0
1818
with:
1919
python-version: "3.x"
2020
cache: pip

.github/workflows/source-and-docs-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
- name: "Setup Python"
49-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
49+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5050
with:
5151
python-version: 3.11
5252

@@ -89,14 +89,14 @@ jobs:
8989
./bin/python3 -m test -uall
9090
9191
- name: "Upload the source artifacts"
92-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
92+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
9393
with:
9494
name: source
9595
path: |
9696
cpython/${{ inputs.cpython_release }}/src
9797
9898
- name: "Upload the docs artifacts"
99-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
99+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
100100
# Conditionally run this step if there is a 'docs/' directory.
101101
# Docs aren't built for alpha or beta releases.
102102
if: ${{ hashFiles(format('cpython/{0}/docs', inputs.cpython_release)) != '' }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
12+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
1313
with:
1414
python-version: 3.x
1515
- run: |

0 commit comments

Comments
 (0)