Update actions/checkout from v2 to v3
authorHarmon <Harmon758@gmail.com>
Thu, 3 Aug 2023 03:14:28 +0000 (22:14 -0500)
committerHarmon <Harmon758@gmail.com>
Thu, 3 Aug 2023 03:14:48 +0000 (22:14 -0500)
.github/workflows/deploy.yml
.github/workflows/test.yml

index d428d109e32f78d1cf48128e7468c3c70068fa58..4b5abd958cb178d4b0a055bc2086be7a4a7b7e5b 100644 (file)
@@ -9,7 +9,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Setup Python
         uses: actions/setup-python@v4
         with:
index 92b63b165484a60fba7aa1e6ff4ac8c7f6a58549..c82d48f2e53976f51987604231d2506aa421fb22 100644 (file)
@@ -10,7 +10,7 @@ jobs:
         python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Setup Python ${{ matrix.python-version }}
         uses: actions/setup-python@v4
         with: