Skip to content

Commit 7335bbf

Browse files
authored
Merge pull request #6803 from psf/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.0 to 4.2.0
2 parents 1ae6fc3 + 0bff2d9 commit 7335bbf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
with:
3737
# We must fetch at least the immediate parents so that if this is
3838
# a pull request then we can checkout the head.

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 10
1212

1313
steps:
14-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
14+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515
- name: Set up Python
1616
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1717
with:

Diff for: .github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { python-version: "3.9", os: "macos-13" }
2626

2727
steps:
28-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3131
with:
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: true
4747

4848
steps:
49-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5050
- name: 'Set up Python 3.8'
5151
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5252
with:
@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: true
6767

6868
steps:
69-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7070
- name: 'Set up Python 3.8'
7171
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7272
with:

0 commit comments

Comments
 (0)