Skip to content

Commit 6376a10

Browse files
Bump actions/checkout from 3.0.0 to 3.0.1 (#1511)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- 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 42726a8 commit 6376a10

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 20
2020
steps:
2121
- name: Check out code from GitHub
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -88,7 +88,7 @@ jobs:
8888
python-key: ${{ steps.generate-python-key.outputs.key }}
8989
steps:
9090
- name: Check out code from GitHub
91-
uses: actions/[email protected].0
91+
uses: actions/[email protected].1
9292
with:
9393
fetch-depth: 0
9494
- name: Set up Python ${{ matrix.python-version }}
@@ -142,7 +142,7 @@ jobs:
142142
COVERAGERC_FILE: .coveragerc
143143
steps:
144144
- name: Check out code from GitHub
145-
uses: actions/[email protected].0
145+
uses: actions/[email protected].1
146146
- name: Set up Python ${{ matrix.python-version }}
147147
id: python
148148
uses: actions/[email protected]
@@ -190,7 +190,7 @@ jobs:
190190
# Workaround to set correct temp directory on Windows
191191
# https://github.com/actions/virtual-environments/issues/712
192192
- name: Check out code from GitHub
193-
uses: actions/[email protected].0
193+
uses: actions/[email protected].1
194194
with:
195195
fetch-depth: 0
196196
- name: Set up Python ${{ matrix.python-version }}
@@ -237,7 +237,7 @@ jobs:
237237
python-version: ["pypy-3.6", "pypy-3.7", "pypy-3.8"]
238238
steps:
239239
- name: Check out code from GitHub
240-
uses: actions/[email protected].0
240+
uses: actions/[email protected].1
241241
with:
242242
fetch-depth: 0
243243
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/[email protected].0
42+
uses: actions/[email protected].1
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/release-tests.yml

Lines changed: 2 additions & 2 deletions
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].1
1717
- name: Set up Python
1818
id: python
1919
uses: actions/[email protected]
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 5
3939
steps:
4040
- name: Check out code from GitHub
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242
- name: Set up Python
4343
id: python
4444
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out code from Github
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
1919
id: python
2020
uses: actions/[email protected]

0 commit comments

Comments
 (0)