File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
test :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v4.1.7
20
20
21
21
- name : Install fmt, clippy and nightly for the fmt
22
22
run : |
@@ -45,15 +45,15 @@ jobs:
45
45
matrix :
46
46
target : [i686-unknown-linux-gnu, x86_64-unknown-linux-gnu]
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v4.1.7
49
49
50
50
- id : " auth"
51
- uses : google-github-actions/auth@v2
51
+ uses : google-github-actions/auth@v2.1.5
52
52
with :
53
53
project_id : ${{ secrets.GCP_PROJECT_ID }}
54
54
credentials_json : ${{ secrets.GCP_SA_KEY }}
55
55
- name : " Set up Cloud SDK"
56
- uses : google-github-actions/setup-gcloud@v2
56
+ uses : google-github-actions/setup-gcloud@v2.1.1
57
57
58
58
- name : Install dependencies
59
59
run : |
Original file line number Diff line number Diff line change 16
16
test :
17
17
runs-on : macos-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v4.1.7
20
20
21
21
- name : Install fmt and clippy
22
22
run : |
@@ -40,15 +40,15 @@ jobs:
40
40
if : ${{ github.event_name == 'release' }}
41
41
runs-on : macos-latest
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v4.1.7
44
44
45
45
- id : " auth"
46
- uses : google-github-actions/auth@v2
46
+ uses : google-github-actions/auth@v2.1.5
47
47
with :
48
48
project_id : ${{ secrets.GCP_PROJECT_ID }}
49
49
credentials_json : ${{ secrets.GCP_SA_KEY }}
50
50
- name : " Set up Cloud SDK"
51
- uses : google-github-actions/setup-gcloud@v2
51
+ uses : google-github-actions/setup-gcloud@v2.1.1
52
52
53
53
- name : Cargo build
54
54
run : cargo build -p tmc --release --verbose
Original file line number Diff line number Diff line change 16
16
test :
17
17
runs-on : windows-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v4.1.7
20
20
21
21
- name : Enable long paths for git
22
22
run : git config --system core.longpaths true # allow long paths from git deps
@@ -46,15 +46,15 @@ jobs:
46
46
matrix :
47
47
target : [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v4.1.7
50
50
51
51
- id : " auth"
52
- uses : google-github-actions/auth@v2
52
+ uses : google-github-actions/auth@v2.1.5
53
53
with :
54
54
project_id : ${{ secrets.GCP_PROJECT_ID }}
55
55
credentials_json : ${{ secrets.GCP_SA_KEY }}
56
56
- name : " Set up Cloud SDK"
57
- uses : google-github-actions/setup-gcloud@v2
57
+ uses : google-github-actions/setup-gcloud@v2.1.1
58
58
59
59
- name : Enable long paths for git
60
60
run : git config --system core.longpaths true # allow long paths from git deps
You can’t perform that action at this time.
0 commit comments