]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump actions/checkout from 2 to 3 (#2216)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 May 2022 09:11:38 +0000 (10:11 +0100)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 09:11:38 +0000 (10:11 +0100)
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](https://github.com/actions/checkout/compare/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>
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index f191896c16318290c588f83bc53eb7d6acece3c1..0d6407c50e985281557ab5f5f2aa505cc4fdef29 100644 (file)
@@ -14,7 +14,7 @@ jobs:
        name: deploy
 
     steps:
-      - uses: "actions/checkout@v2"
+      - uses: "actions/checkout@v3"
       - uses: "actions/setup-python@v3"
         with:
           python-version: 3.7
index c1d51bfb838264a8417341b899d8f6bf74b7c981..b5c45cc6bb04b1b44ea52a63495df00705e80dba 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         python-version: ["3.7", "3.8", "3.9", "3.10"]
 
     steps:
-      - uses: "actions/checkout@v2"
+      - uses: "actions/checkout@v3"
       - uses: "actions/setup-python@v3"
         with:
           python-version: "${{ matrix.python-version }}"