Bump actions/checkout from 3 to 4 (#395)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 Sep 2023 10:22:16 +0000 (10:22 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 10:22:16 +0000 (10:22 +0000)
.github/workflows/deploy.yml
.github/workflows/test.yml

index fa68a22bd665c2b3280fed426b98ece350fdd37c..d8ce67dcff12ac2c45881155275d96781e30d6f4 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     name: Deploy
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         fetch-depth: 0
     - uses: actions/setup-python@v4
index d75dc80ece8e05b95bef7a83d32f1f5a5375283c..919f5e91b0b4761a030d169cd661bb9b79300d3e 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     name: Test
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - uses: actions/setup-python@v4
       with:
         python-version: '3.x'