Przeglądaj źródła

Merge pull request #122 from godotengine/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
Aaron Franke 3 lat temu
rodzic
commit
2e15a35483
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/static_checks.yml

+ 1 - 1
.github/workflows/static_checks.yml

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-20.04
     runs-on: ubuntu-20.04
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
 
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |