Skip to content

Commit ae9ce82

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2 (#2125)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a14b5d commit ae9ce82

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 20
2525
steps:
2626
- name: Check out code from GitHub
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].2
2828
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2929
id: python
3030
uses: actions/[email protected]
@@ -87,7 +87,7 @@ jobs:
8787
python-key: ${{ steps.generate-python-key.outputs.key }}
8888
steps:
8989
- name: Check out code from GitHub
90-
uses: actions/[email protected].0
90+
uses: actions/[email protected].2
9191
- name: Set up Python ${{ matrix.python-version }}
9292
id: python
9393
uses: actions/[email protected]
@@ -147,7 +147,7 @@ jobs:
147147
# Workaround to set correct temp directory on Windows
148148
# https://github.com/actions/virtual-environments/issues/712
149149
- name: Check out code from GitHub
150-
uses: actions/[email protected].0
150+
uses: actions/[email protected].2
151151
- name: Set up Python ${{ matrix.python-version }}
152152
id: python
153153
uses: actions/[email protected]
@@ -196,7 +196,7 @@ jobs:
196196
python-version: ["pypy3.7", "pypy3.8", "pypy3.9"]
197197
steps:
198198
- name: Check out code from GitHub
199-
uses: actions/[email protected].0
199+
uses: actions/[email protected].2
200200
- name: Set up Python ${{ matrix.python-version }}
201201
id: python
202202
uses: actions/[email protected]
@@ -242,7 +242,7 @@ jobs:
242242
needs: ["tests-linux", "tests-windows", "tests-pypy"]
243243
steps:
244244
- name: Check out code from GitHub
245-
uses: actions/[email protected].0
245+
uses: actions/[email protected].2
246246
- name: Set up Python 3.11
247247
id: python
248248
uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].2
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 5
1414
steps:
1515
- name: Check out code from GitHub
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].2
1717
- name: Set up Python 3.9
1818
id: python
1919
uses: actions/[email protected]

.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/astroid/
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)