File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Code Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : autoclose
20
20
shell : bash
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Code Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Fetch build artifacts
25
- uses : actions/download-artifact@v4
25
+ uses : actions/download-artifact@v5
26
26
27
27
- name : List assets
28
28
run : ls -al Betaflight-*/*
Original file line number Diff line number Diff line change 18
18
name : Test
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Cache node_modules
24
24
uses : actions/cache@v4
27
27
key : node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
28
28
29
29
- name : Install Node.js
30
- uses : actions/setup-node@v4
30
+ uses : actions/setup-node@v5
31
31
with :
32
32
node-version-file : ' .nvmrc'
33
33
59
59
os : windows-2022
60
60
releaseArgs : --win64
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
64
64
- name : Cache NW.js
65
65
uses : actions/cache@v4
74
74
key : node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
75
75
76
76
- name : Install Node.js
77
- uses : actions/setup-node@v4
77
+ uses : actions/setup-node@v5
78
78
with :
79
79
node-version-file : ' .nvmrc'
80
80
86
86
if : ${{ matrix.name == 'macOs' }}
87
87
88
88
- name : Install Java JDK 8
89
- uses : actions/setup-java@v4
89
+ uses : actions/setup-java@v5
90
90
if : ${{ matrix.name == 'Android' }}
91
91
with :
92
92
distribution : temurin
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
ref : ${{ github.event.pull_request.head.sha }}
17
17
persist-credentials : false # Don't persist GitHub token
23
23
key : node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
24
24
25
25
- name : Install node.js
26
- uses : actions/setup-node@v4
26
+ uses : actions/setup-node@v5
27
27
with :
28
28
node-version-file : ' .nvmrc'
29
29
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Download build artifact
52
- uses : actions/download-artifact@v4
52
+ uses : actions/download-artifact@v5
53
53
with :
54
54
name : dist-files
55
55
path : src/dist
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Fetch build artifacts
35
- uses : actions/download-artifact@v4
35
+ uses : actions/download-artifact@v5
36
36
with :
37
37
path : release-assets/
38
38
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Fetch build artifacts
37
- uses : actions/download-artifact@v4
37
+ uses : actions/download-artifact@v5
38
38
with :
39
39
path : release-assets/
40
40
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
18
18
- name : Download Crowdin translations and create PR
19
- uses : crowdin/github-action@v1
19
+ uses : crowdin/github-action@v2
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
with :
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Upload messages file
22
- uses : crowdin/github-action@1.5.1
22
+ uses : crowdin/github-action@v2
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
with :
You can’t perform that action at this time.
0 commit comments