Skip to content

Commit cfbf1dd

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#10022)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0177cd3 commit cfbf1dd

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- name: Check out code from GitHub
24-
uses: actions/checkout@v4.2.0
24+
uses: actions/checkout@v4.2.1
2525
with:
2626
# `towncrier check` runs `git diff --name-only origin/main...`, which
2727
# needs a non-shallow clone.

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }}
3434
steps:
3535
- name: Check out code from GitHub
36-
uses: actions/checkout@v4.2.0
36+
uses: actions/checkout@v4.2.1
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
3939
uses: actions/setup-python@v5.2.0
@@ -89,7 +89,7 @@ jobs:
8989
needs: prepare-base
9090
steps:
9191
- name: Check out code from GitHub
92-
uses: actions/checkout@v4.2.0
92+
uses: actions/checkout@v4.2.1
9393
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
9595
uses: actions/setup-python@v5.2.0
@@ -130,7 +130,7 @@ jobs:
130130
needs: prepare-base
131131
steps:
132132
- name: Check out code from GitHub
133-
uses: actions/checkout@v4.2.0
133+
uses: actions/checkout@v4.2.1
134134
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
135135
id: python
136136
uses: actions/setup-python@v5.2.0
@@ -158,7 +158,7 @@ jobs:
158158
needs: prepare-base
159159
steps:
160160
- name: Check out code from GitHub
161-
uses: actions/checkout@v4.2.0
161+
uses: actions/checkout@v4.2.1
162162
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
163163
id: python
164164
uses: actions/setup-python@v5.2.0

.github/workflows/codeql-analysis.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4.2.0
51+
uses: actions/checkout@v4.2.1
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/primer-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-key: ${{ steps.generate-python-key.outputs.key }}
3636
steps:
3737
- name: Check out code from GitHub
38-
uses: actions/checkout@v4.2.0
38+
uses: actions/checkout@v4.2.1
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
4141
uses: actions/setup-python@v5.2.0
@@ -75,7 +75,7 @@ jobs:
7575
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
7676
steps:
7777
- name: Check out code from GitHub
78-
uses: actions/checkout@v4.2.0
78+
uses: actions/checkout@v4.2.1
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
8181
uses: actions/setup-python@v5.2.0

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Check out code from GitHub
33-
uses: actions/checkout@v4.2.0
33+
uses: actions/checkout@v4.2.1
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
3636
uses: actions/setup-python@v5.2.0

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
batchIdx: [0, 1, 2, 3]
3535
steps:
3636
- name: Check out code from GitHub
37-
uses: actions/checkout@v4.2.0
37+
uses: actions/checkout@v4.2.1
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
4040
uses: actions/setup-python@v5.2.0

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
batchIdx: [0, 1, 2, 3]
4444
steps:
4545
- name: Check out code from GitHub
46-
uses: actions/checkout@v4.2.0
46+
uses: actions/checkout@v4.2.1
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
url: https://pypi.org/project/pylint/
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/checkout@v4.2.0
23+
uses: actions/checkout@v4.2.1
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/setup-python@v5.2.0

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-key: ${{ steps.generate-python-key.outputs.key }}
3737
steps:
3838
- name: Check out code from GitHub
39-
uses: actions/checkout@v4.2.0
39+
uses: actions/checkout@v4.2.1
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
4242
uses: actions/setup-python@v5.2.0
@@ -89,7 +89,7 @@ jobs:
8989
needs: tests-linux
9090
steps:
9191
- name: Check out code from GitHub
92-
uses: actions/checkout@v4.2.0
92+
uses: actions/checkout@v4.2.1
9393
- name: Set up Python 3.12
9494
id: python
9595
uses: actions/setup-python@v5.2.0
@@ -129,7 +129,7 @@ jobs:
129129
python-version: ["3.13"]
130130
steps:
131131
- name: Check out code from GitHub
132-
uses: actions/checkout@v4.2.0
132+
uses: actions/checkout@v4.2.1
133133
- name: Set up Python ${{ matrix.python-version }}
134134
id: python
135135
uses: actions/setup-python@v5.2.0
@@ -184,7 +184,7 @@ jobs:
184184
# Workaround to set correct temp directory on Windows
185185
# https://github.com/actions/virtual-environments/issues/712
186186
- name: Check out code from GitHub
187-
uses: actions/checkout@v4.2.0
187+
uses: actions/checkout@v4.2.1
188188
- name: Set up Python ${{ matrix.python-version }}
189189
id: python
190190
uses: actions/setup-python@v5.2.0
@@ -230,7 +230,7 @@ jobs:
230230
python-version: [3.9]
231231
steps:
232232
- name: Check out code from GitHub
233-
uses: actions/checkout@v4.2.0
233+
uses: actions/checkout@v4.2.1
234234
- name: Set up Python ${{ matrix.python-version }}
235235
id: python
236236
uses: actions/setup-python@v5.2.0
@@ -274,7 +274,7 @@ jobs:
274274
python-version: ["pypy-3.9", "pypy-3.10"]
275275
steps:
276276
- name: Check out code from GitHub
277-
uses: actions/checkout@v4.2.0
277+
uses: actions/checkout@v4.2.1
278278
- name: Set up Python ${{ matrix.python-version }}
279279
id: python
280280
uses: actions/setup-python@v5.2.0

0 commit comments

Comments
 (0)