]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump actions/checkout from 4 to 5 (#2993)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Sep 2025 11:17:35 +0000 (11:17 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Sep 2025 11:17:35 +0000 (11:17 +0000)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/publish.yml
.github/workflows/test-suite.yml

index 5a9d6176cda59012e9a86e6c252670ad7d1b91cf..e8e18db022e1729d7c52d51f64e53ffe5cd9ab7e 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       name: deploy
 
     steps:
-      - uses: "actions/checkout@v4"
+      - uses: "actions/checkout@v5"
       - uses: "actions/setup-python@v5"
         with:
           python-version: "3.11"
index 90b8a79f8b09f53400c68518ae2dd14fe7e560cf..aa9b287b715fa8dc9747cb1e811fbecbbe8f3ffa 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
 
     steps:
-      - uses: "actions/checkout@v4"
+      - uses: "actions/checkout@v5"
       - uses: "actions/setup-python@v5"
         with:
           python-version: "${{ matrix.python-version }}"