File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v4.1.7
2020
2121 - name : Install fmt, clippy and nightly for the fmt
2222 run : |
@@ -45,15 +45,15 @@ jobs:
4545 matrix :
4646 target : [i686-unknown-linux-gnu, x86_64-unknown-linux-gnu]
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v4.1.7
4949
5050 - id : " auth"
51- uses : google-github-actions/auth@v2
51+ uses : google-github-actions/auth@v2.1.5
5252 with :
5353 project_id : ${{ secrets.GCP_PROJECT_ID }}
5454 credentials_json : ${{ secrets.GCP_SA_KEY }}
5555 - name : " Set up Cloud SDK"
56- uses : google-github-actions/setup-gcloud@v2
56+ uses : google-github-actions/setup-gcloud@v2.1.1
5757
5858 - name : Install dependencies
5959 run : |
Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : macos-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v4.1.7
2020
2121 - name : Install fmt and clippy
2222 run : |
@@ -40,15 +40,15 @@ jobs:
4040 if : ${{ github.event_name == 'release' }}
4141 runs-on : macos-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v4.1.7
4444
4545 - id : " auth"
46- uses : google-github-actions/auth@v2
46+ uses : google-github-actions/auth@v2.1.5
4747 with :
4848 project_id : ${{ secrets.GCP_PROJECT_ID }}
4949 credentials_json : ${{ secrets.GCP_SA_KEY }}
5050 - name : " Set up Cloud SDK"
51- uses : google-github-actions/setup-gcloud@v2
51+ uses : google-github-actions/setup-gcloud@v2.1.1
5252
5353 - name : Cargo build
5454 run : cargo build -p tmc --release --verbose
Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : windows-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v4.1.7
2020
2121 - name : Enable long paths for git
2222 run : git config --system core.longpaths true # allow long paths from git deps
@@ -46,15 +46,15 @@ jobs:
4646 matrix :
4747 target : [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v4.1.7
5050
5151 - id : " auth"
52- uses : google-github-actions/auth@v2
52+ uses : google-github-actions/auth@v2.1.5
5353 with :
5454 project_id : ${{ secrets.GCP_PROJECT_ID }}
5555 credentials_json : ${{ secrets.GCP_SA_KEY }}
5656 - name : " Set up Cloud SDK"
57- uses : google-github-actions/setup-gcloud@v2
57+ uses : google-github-actions/setup-gcloud@v2.1.1
5858
5959 - name : Enable long paths for git
6060 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