]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Bump actions/checkout from 3 to 4 (#988)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 4 Sep 2023 16:26:56 +0000 (09:26 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 16:26:56 +0000 (09:26 -0700)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
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/codeql-analysis.yml
.github/workflows/python-2-2-branch.yml
.github/workflows/python-package.yml

index 84e4ecc461943a9e77d9f3a2c32d3fd023c3cace..957bb842121d8c5704d3f6d12a4f035b5e08ac73 100644 (file)
@@ -40,7 +40,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
index 9ea49081bc30b522c46d473b363ccaf1b5ed40c1..ac374457dfae21d520b2bd6d72609f9ae1a2b42a 100644 (file)
@@ -32,7 +32,7 @@ jobs:
             python-version: "3.6"
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v4
       with:
index 98a581f3c187ac59130f9cbd28866c3905fe2f93..eddf0b6cf5c6211f684ec67133f8d089e4bdfbef 100644 (file)
@@ -39,7 +39,7 @@ jobs:
             python-version: "3.8"
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v4
       with: