Skip to content

Commit 2359807

Browse files
Bump actions/checkout from 2 to 3 (pytest-dev#301)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cad1b94 commit 2359807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: ${{ steps.version.outputs.version }}
1818
prerelease: ${{ steps.version.outputs.prerelease }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
2323
- uses: actions/setup-python@v3
@@ -58,7 +58,7 @@ jobs:
5858
python-version: ['3.7', '3.8', '3.9', '3.10']
5959

6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v3
6262
with:
6363
fetch-depth: 0
6464
- uses: actions/setup-python@v3
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
sudo apt-get install -y pandoc
105105
- name: Checkout
106-
uses: actions/checkout@v2.4.0
106+
uses: actions/checkout@v3
107107
with:
108108
fetch-depth: 0
109109
- name: Download distributions

0 commit comments

Comments
 (0)