summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-16 10:09:46 +0600
committerGitHub <noreply@github.com>2022-05-16 10:09:46 +0600
commitcaa82d9853e82b83947f2f34e70300ca5f1d329c (patch)
tree8ac8dc1aabf6eb4315148166e404bc12bc3b4379
parent23feb3b068deb5f077e37c98541e7151782e544f (diff)
downloadpyjwt-caa82d9853e82b83947f2f34e70300ca5f1d329c.tar.gz
Bump actions/checkout from 2 to 3 (#758)
* Bump actions/checkout from 2 to 3 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> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a110e2c..c329e8b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- - uses: "actions/checkout@v2"
+ - uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
@@ -61,7 +61,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- - uses: "actions/checkout@v2"
+ - uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"
@@ -87,7 +87,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- - uses: "actions/checkout@v2"
+ - uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.8"