Skip to content

Commit 527f6d4

Browse files
authored
Merge pull request #1103 from pypa/dependabot/github_actions/actions/checkout-4.1.5
build(deps): bump actions/checkout from 4.1.4 to 4.1.5
2 parents 439dd70 + be46e60 commit 527f6d4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/[email protected].4
44+
uses: actions/[email protected].5
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/[email protected].4
28+
- uses: actions/[email protected].5
2929
- uses: actions/[email protected]
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
@@ -49,7 +49,7 @@ jobs:
4949
- windows-latest
5050
runs-on: ${{ matrix.platform }}
5151
steps:
52-
- uses: actions/[email protected].4
52+
- uses: actions/[email protected].5
5353
- uses: actions/[email protected]
5454
with:
5555
python-version: ${{ matrix.python-version }}
@@ -67,7 +67,7 @@ jobs:
6767
# Only run on Ubuntu because most of the tests are skipped on Windows
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/[email protected].4
70+
- uses: actions/[email protected].5
7171
- uses: actions/[email protected]
7272
with:
7373
python-version: ${{ env.MIN_PYTHON_VERSION }}
@@ -79,7 +79,7 @@ jobs:
7979
docs:
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/[email protected].4
82+
- uses: actions/[email protected].5
8383
- uses: actions/[email protected]
8484
with:
8585
python-version: ${{ env.MIN_PYTHON_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/[email protected].4
116+
- uses: actions/[email protected].5
117117
- uses: actions/[email protected]
118118
with:
119119
python-version: ${{ env.MIN_PYTHON_VERSION }}

.github/workflows/release.yml

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

2020
steps:
2121
- name: "Checkout repository"
22-
uses: "actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f"
22+
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
2323

2424
- name: "Setup Python"
2525
uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d"

0 commit comments

Comments
 (0)