File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 3636 sudo apt-get install -y git
3737 git --version
3838
39- - name : Configure AWS Credentials
40- uses : mapbox/configure-aws-credentials-internal@v5
41- with :
42- target-account-id : ${{ vars.AWS_ACCOUNT_ID_DEFAULT }}
43-
44- - name : Setup Github tokens
45- uses : mapbox/setup-github-tokens@v1
46- with :
47- scope-type : ' reader'
48-
4939 - name : Checkout repository
50- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
5141 with :
52- token : " ${{ env.GITHUB_READER_TOKEN }}"
5342 submodules : true
5443
5544 - name : Install Compiler
9079 id-token : write
9180
9281 steps :
93- - name : Configure AWS Credentials
94- uses : mapbox/configure-aws-credentials-internal@v5
95- with :
96- target-account-id : ${{ vars.AWS_ACCOUNT_ID_DEFAULT }}
97-
98- - name : Setup Github tokens
99- uses : mapbox/setup-github-tokens@v1
100- with :
101- scope-type : ' reader'
102-
10382 - name : Checkout repository
104- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
10584 with :
106- token : " ${{ env.GITHUB_READER_TOKEN }}"
10785 submodules : true
10886
10987 - name : Install CMake & Ninja
You can’t perform that action at this time.
0 commit comments