Skip to content

Commit 178491e

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc90f34 commit 178491e

9 files changed

+18
-18
lines changed

.github/workflows/changelog.yml

+1-1
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/[email protected].1
24+
uses: actions/[email protected].2
2525
with:
2626
# `towncrier check` runs `git diff --name-only origin/main...`, which
2727
# needs a non-shallow clone.

.github/workflows/checks.yaml

+4-4
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/[email protected].1
36+
uses: actions/[email protected].2
3737
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3838
id: python
3939
uses: actions/[email protected]
@@ -89,7 +89,7 @@ jobs:
8989
needs: prepare-base
9090
steps:
9191
- name: Check out code from GitHub
92-
uses: actions/[email protected].1
92+
uses: actions/[email protected].2
9393
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
9595
uses: actions/[email protected]
@@ -130,7 +130,7 @@ jobs:
130130
needs: prepare-base
131131
steps:
132132
- name: Check out code from GitHub
133-
uses: actions/[email protected].1
133+
uses: actions/[email protected].2
134134
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
135135
id: python
136136
uses: actions/[email protected]
@@ -158,7 +158,7 @@ jobs:
158158
needs: prepare-base
159159
steps:
160160
- name: Check out code from GitHub
161-
uses: actions/[email protected].1
161+
uses: actions/[email protected].2
162162
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
163163
id: python
164164
uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252

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

.github/workflows/primer-test.yaml

+2-2
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/[email protected].1
38+
uses: actions/[email protected].2
3939
- name: Set up Python ${{ matrix.python-version }}
4040
id: python
4141
uses: actions/[email protected]
@@ -75,7 +75,7 @@ jobs:
7575
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
7676
steps:
7777
- name: Check out code from GitHub
78-
uses: actions/[email protected].1
78+
uses: actions/[email protected].2
7979
- name: Set up Python ${{ matrix.python-version }}
8080
id: python
8181
uses: actions/[email protected]

.github/workflows/primer_comment.yaml

+1-1
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/[email protected].1
33+
uses: actions/[email protected].2
3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
3636
uses: actions/[email protected]

.github/workflows/primer_run_main.yaml

+1-1
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/[email protected].1
37+
uses: actions/[email protected].2
3838
- name: Set up Python ${{ matrix.python-version }}
3939
id: python
4040
uses: actions/[email protected]

.github/workflows/primer_run_pr.yaml

+1-1
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/[email protected].1
46+
uses: actions/[email protected].2
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

+1-1
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/[email protected].1
23+
uses: actions/[email protected].2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/[email protected]

.github/workflows/tests.yaml

+6-6
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/[email protected].1
39+
uses: actions/[email protected].2
4040
- name: Set up Python ${{ matrix.python-version }}
4141
id: python
4242
uses: actions/[email protected]
@@ -88,7 +88,7 @@ jobs:
8888
needs: tests-linux
8989
steps:
9090
- name: Check out code from GitHub
91-
uses: actions/[email protected].1
91+
uses: actions/[email protected].2
9292
- name: Set up Python 3.12
9393
id: python
9494
uses: actions/[email protected]
@@ -128,7 +128,7 @@ jobs:
128128
python-version: ["3.12"]
129129
steps:
130130
- name: Check out code from GitHub
131-
uses: actions/[email protected].1
131+
uses: actions/[email protected].2
132132
- name: Set up Python ${{ matrix.python-version }}
133133
id: python
134134
uses: actions/[email protected]
@@ -182,7 +182,7 @@ jobs:
182182
# Workaround to set correct temp directory on Windows
183183
# https://github.com/actions/virtual-environments/issues/712
184184
- name: Check out code from GitHub
185-
uses: actions/[email protected].1
185+
uses: actions/[email protected].2
186186
- name: Set up Python ${{ matrix.python-version }}
187187
id: python
188188
uses: actions/[email protected]
@@ -228,7 +228,7 @@ jobs:
228228
python-version: [3.8]
229229
steps:
230230
- name: Check out code from GitHub
231-
uses: actions/[email protected].1
231+
uses: actions/[email protected].2
232232
- name: Set up Python ${{ matrix.python-version }}
233233
id: python
234234
uses: actions/[email protected]
@@ -272,7 +272,7 @@ jobs:
272272
python-version: ["pypy-3.8", "pypy-3.9"]
273273
steps:
274274
- name: Check out code from GitHub
275-
uses: actions/[email protected].1
275+
uses: actions/[email protected].2
276276
- name: Set up Python ${{ matrix.python-version }}
277277
id: python
278278
uses: actions/[email protected]

0 commit comments

Comments
 (0)