8000 [3.11] Bump GitHub Actions (GH-116944) · hugovk/cpython@7a3aaca · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3aaca

Browse files
committed
[3.11] Bump GitHub Actions (pythonGH-116944)
(cherry picked from commit 3a99f5c) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent a93974d commit 7a3aaca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Get a list of the changed documentation-related files
7171
if: github.event_name == 'pull_request'
7272
id: changed-docs-files
73-
uses: Ana06/get-changed-files@v2.2.0
73+
uses: Ana06/get-changed-files@v2.3.0
7474
with:
7575
filter: |
7676
Doc/**

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.x"
26-
- uses: pre-commit/action@v3.0.0
26+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)
0