Skip to content

Commit a4a9fcc

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 (#2423)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- 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 0984386 commit a4a9fcc

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].4
27+
uses: actions/[email protected].5
2828
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2929
id: python
3030
uses: actions/[email protected]
@@ -86,7 +86,7 @@ jobs:
8686
python-key: ${{ steps.generate-python-key.outputs.key }}
8787
steps:
8888
- name: Check out code from GitHub
89-
uses: actions/[email protected].4
89+
uses: actions/[email protected].5
9090
- name: Set up Python ${{ matrix.python-version }}
9191
id: python
9292
uses: actions/[email protected]
@@ -145,7 +145,7 @@ jobs:
145145
# Workaround to set correct temp directory on Windows
146146
# https://github.com/actions/virtual-environments/issues/712
147147
- name: Check out code from GitHub
148-
uses: actions/[email protected].4
148+
uses: actions/[email protected].5
149149
- name: Set up Python ${{ matrix.python-version }}
150150
id: python
151151
uses: actions/[email protected]
@@ -195,7 +195,7 @@ jobs:
195195
python-version: ["pypy3.8", "pypy3.10"]
196196
steps:
197197
- name: Check out code from GitHub
198-
uses: actions/[email protected].4
198+
uses: actions/[email protected].5
199199
- name: Set up Python ${{ matrix.python-version }}
200200
id: python
201201
uses: actions/[email protected]
@@ -241,7 +241,7 @@ jobs:
241241
needs: ["tests-linux", "tests-windows", "tests-pypy"]
242242
steps:
243243
- name: Check out code from GitHub
244-
uses: actions/[email protected].4
244+
uses: actions/[email protected].5
245245
- name: Set up Python 3.12
246246
id: python
247247
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].4
49+
uses: actions/[email protected].5
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].4
16+
uses: actions/[email protected].5
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].4
23+
uses: actions/[email protected].5
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)