8000 Bump actions/checkout from 2 to 3 (#2216) · encode/httpx@1a526cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a526cf

Browse files
Bump actions/checkout from 2 to 3 (#2216)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a53543 commit 1a526cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: deploy
1515

1616
steps:
17-
- uses: "actions/checkout@v2"
17+
- uses: "actions/checkout@v3"
1818
- uses: "actions/setup-python@v3"
1919
with:
2020
python-version: 3.7

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.7", "3.8", "3.9", "3.10"]
1818

1919
steps:
20-
- uses: "actions/checkout@v2"
20+
- uses: "actions/checkout@v3"
2121
- uses: "actions/setup-python@v3"
2222
with:
2323
python-version: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)
0