Browse Source

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

Bump actions/checkout from 2 to 3
Aaron Franke 3 years ago
parent
commit
14580c55ac
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/export_html5.yml
  2. 1 1
      .github/workflows/static_checks.yml

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

@@ -15,7 +15,7 @@ jobs:
       image: barichello/godot-ci:3.3.3
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Setup
         run: |

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

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