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 8381962 commit c4476b5Copy full SHA for c4476b5
.github/workflows/checks.yaml
@@ -16,7 +16,7 @@ jobs:
16
name: Linting and Formatting
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-python@v5
21
with:
22
python-version: '3.11'
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
- name: Setup Godot
43
uses: chickensoft-games/setup-godot@v2.2.0
44
.github/workflows/godot-asset-library.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Push new release
12
13
14
15
- name: Push to Godot Asset Library
uses: deep-entertainment/godot-asset-lib-action@v0.6.0
0 commit comments