Skip to content

Commit 13b07b6

Browse files
authored
Merge pull request #1109 from pypa/dependabot/github_actions/actions/checkout-4.1.6
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
2 parents e9f70cf + a3e8373 commit 13b07b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+1-1
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].5
44+
uses: actions/[email protected].6
4545

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

.github/workflows/main.yml

+5-5
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].5
28+
- uses: actions/[email protected].6
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].5
52+
- uses: actions/[email protected].6
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].5
70+
- uses: actions/[email protected].6
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].5
82+
- uses: actions/[email protected].6
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].5
116+
- uses: actions/[email protected].6
117117
- uses: actions/[email protected]
118118
with:
119119
python-version: ${{ env.MIN_PYTHON_VERSION }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

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

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

0 commit comments

Comments
 (0)