Browse Source

Merge pull request #1237 from godotengine/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
Aaron Franke 4 weeks ago
parent
commit
2fc0497915
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/export_web.yml
  2. 1 1
      .github/workflows/static_checks.yml

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

@@ -16,7 +16,7 @@ jobs:
       image: barichello/godot-ci:4.3
       image: barichello/godot-ci:4.3
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
 
       - name: Setup
       - name: Setup
         run: |
         run: |

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

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-24.04
     runs-on: ubuntu-24.04
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
 
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |