Browse Source

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

Bump actions/checkout from 2 to 3
Max Hilbrunner 3 years ago
parent
commit
520c4b413f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build_offline_docs.yml
  2. 1 1
      .github/workflows/ci.yml

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

@@ -16,7 +16,7 @@ jobs:
           - stable
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           ref: ${{ matrix.branch }}
 

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

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