]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump actions/checkout from 3 to 4 (#670)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Oct 2023 15:32:09 +0000 (19:32 +0400)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 15:32:09 +0000 (19:32 +0400)
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/build-docs.yml
.github/workflows/deploy-docs.yml
.github/workflows/latest-changes.yml
.github/workflows/publish.yml
.github/workflows/test.yml

index cf5295aae0a5449c694d9da3ffaf38bc37d9d668..879cc7c5d8504245dd89a1121f4028b41e9237bd 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     outputs:
       docs: ${{ steps.filter.outputs.docs }}
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     # For pull requests it's not necessary to checkout the code but for the main branch it is
     - uses: dorny/paths-filter@v2
       id: filter
@@ -41,7 +41,7 @@ jobs:
         env:
           GITHUB_CONTEXT: ${{ toJson(github) }}
         run: echo "$GITHUB_CONTEXT"
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up Python
         uses: actions/setup-python@v4
         with:
index 25cd1ff369312dfa30642bb913c7025ad9c1b39e..e7641a3c0f7e00e3628db7793a43f35ad21ac268 100644 (file)
@@ -14,7 +14,7 @@ jobs:
         env:
           GITHUB_CONTEXT: ${{ toJson(github) }}
         run: echo "$GITHUB_CONTEXT"
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Clean site
         run: |
           rm -rf ./site
index 357767bba958d6aaac08abf2528af657608581a4..7e8403972dae21daa2b12b85f152fb6a7967b277 100644 (file)
@@ -20,7 +20,7 @@ jobs:
   latest-changes:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           # To allow latest-changes to commit to the main branch
           token: ${{ secrets.SQLMODEL_LATEST_CHANGES }}
index 1c21cd4a8794355bdd05a242c6a4cb8bf79af0e1..42a0eec3cead4e97724553b73f0fb0ed49a61514 100644 (file)
@@ -15,7 +15,7 @@ jobs:
   publish:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up Python
         uses: actions/setup-python@v4
         with:
index 871557a6fee7aab46731cbfb03f9550f7dcdacc0..201abc7c22f8dc3c1d1bb786e5ee742f7f3c6185 100644 (file)
@@ -28,7 +28,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up Python
         uses: actions/setup-python@v4
         with:
@@ -74,7 +74,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - uses: actions/setup-python@v4
         with: