Bump actions/checkout from 3 to 4 (#866)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 27 Oct 2023 09:43:52 +0000 (11:43 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 09:43:52 +0000 (11:43 +0200)
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/pre-commit-updater.yml
.github/workflows/release.yml
.github/workflows/test.yml

index 5003f1ae5f6cc46b47725c9c3e1b143cb8f7a7d2..7917279e07020c84af6a1194fbf0f8a23b5c56c0 100644 (file)
@@ -6,7 +6,7 @@ jobs:
   auto-update:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up Python
         uses: actions/setup-python@v4.7.0
         with:
index 8f03fb0ab520c856f1b60d42c5429929a5ff3690..1e17f28eaafc6605098e2f3cdf7b8ef783b5317d 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     outputs:
       version: ${{ steps.vars.outputs.tag }}
     steps:
-      - uses: actions/checkout@v3.5.3
+      - uses: actions/checkout@v4
       - name: Get tag
         id: vars
         run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
@@ -54,7 +54,7 @@ jobs:
       - name: Sleep for 60 seconds (to prevent race condition with the pypi upload)
         run: sleep 60s
         shell: bash
-      - uses: actions/checkout@v3.5.3
+      - uses: actions/checkout@v4
       - name: Log in to the GitHub container registry
         uses: docker/login-action@v3.0.0
         with:
index 8e52e2acdd89b3af3aa57efdf1c830e6bd47cd93..7c7cbcad05d6de7b63af1923849f180a997c8bda 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Check out code from GitHub
-        uses: actions/checkout@v3.5.3
+        uses: actions/checkout@v4
       - name: Set up Python
         uses: actions/setup-python@v4.7.0
         with:
@@ -41,7 +41,7 @@ jobs:
 
     steps:
       - name: Check out code from GitHub
-        uses: actions/checkout@v3.5.3
+        uses: actions/checkout@v4
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v4.7.0
         with: