Browse Source

github CI: use actions/checkout@v3

should fix the node12 deprecation warning.
Thomas Waldmann 2 years ago
parent
commit
bb1c132bbc
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/codeql-analysis.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -35,7 +35,7 @@ jobs:
     timeout-minutes: 10
     timeout-minutes: 10
 
 
     steps:
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up Python
     - name: Set up Python
       uses: actions/setup-python@v2
       uses: actions/setup-python@v2
       with:
       with:
@@ -77,7 +77,7 @@ jobs:
     timeout-minutes: 40
     timeout-minutes: 40
 
 
     steps:
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
       with:
         # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
         # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
         fetch-depth: 0
         fetch-depth: 0

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -29,7 +29,7 @@ jobs:
 
 
     steps:
     steps:
     - name: Checkout repository
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
       with:
         # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
         # just fetching 1 commit is not enough for setuptools-scm, so we fetch all
         fetch-depth: 0
         fetch-depth: 0