File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.7'
19
19
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
name: 'Static checks'
152
152
runs-on: ubuntu-latest
153
153
steps:
154
- - uses: actions/checkout@v3
154
+ - uses: actions/checkout@v4
155
155
- uses: Scony/godot-gdscript-toolkit@master
156
156
- run: gdformat --check source/
157
157
- run: gdlint source/
Original file line number Diff line number Diff line change 21
21
shell : bash
22
22
23
23
- id : install-python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " 3.x"
27
27
cache : " pip"
You can’t perform that action at this time.
0 commit comments