]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 2 to 3 818/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 12 Jun 2022 00:17:11 +0000 (00:17 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2022 00:17:11 +0000 (00:17 +0000)
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>
.github/workflows/codeql-analysis.yml
.github/workflows/python-2-2-branch.yml
.github/workflows/python-package.yml

index ef80e90f91e51466cfcca2dc3ee52d5f5ccf56b3..1c25bbebda8e89f5ce598e4d6bc96f0e21744432 100644 (file)
@@ -40,7 +40,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
index 7621484d7c63f0e022c734790852071d449fb95a..484c2f6b5f1888b39bc43eb942e84c2691303fdf 100644 (file)
@@ -32,7 +32,7 @@ jobs:
             python-version: "3.6"
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v2
       with:
index 8a8c2e5bde28d14863adcad83981a53bea21665d..7206ce9d5e071dda5b4261a2a1d28c5cb2f8aacc 100644 (file)
@@ -32,7 +32,7 @@ jobs:
             python-version: "3.7"
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v2
       with: