We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4d103 commit d588eb5Copy full SHA for d588eb5
.github/workflows/export_web.yml
@@ -16,7 +16,7 @@ jobs:
16
image: barichello/godot-ci:4.3
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Setup
22
run: |
.github/workflows/static_checks.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-24.04
8
9
10
11
12
- name: Install dependencies
13
0 commit comments