File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 IMAGE_NAME : ghcr.io/integer32llc/rust-playground-ci-rust-${{ matrix.channel }}
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 with :
3232 ref : " ${{ github.event.pull_request.head.sha }}"
3333 - name : Set up Docker Buildx
5656 if : ' github.event_name == '' push'' || contains(github.event.pull_request.labels.*.name, '' CI: approved'' )'
5757 steps :
5858 - name : Checkout code
59- uses : actions/checkout@v3
59+ uses : actions/checkout@v4
6060 with :
6161 ref : " ${{ github.event.pull_request.head.sha }}"
6262 - name : Install Rust
8585 if : ' github.event_name == '' push'' || contains(github.event.pull_request.labels.*.name, '' CI: approved'' )'
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@v3
88+ uses : actions/checkout@v4
8989 with :
9090 ref : " ${{ github.event.pull_request.head.sha }}"
9191 - name : Configure node
@@ -140,7 +140,7 @@ jobs:
140140 working-directory : tests
141141 steps :
142142 - name : Checkout code
143- uses : actions/checkout@v3
143+ uses : actions/checkout@v4
144144 with :
145145 ref : " ${{ github.event.pull_request.head.sha }}"
146146 - name : Configure Ruby
Original file line number Diff line number Diff line change 2525 continue-on-error : true
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 - name : Set up Docker Buildx
3030 uses : docker/setup-buildx-action@v2
3131 with :
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ components:
77
88 - checkout : &checkout
99 name : " Checkout code"
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 # This should only be used when we know that the code being tested
1313 # doesn't make use of our secrets or elevated GitHub token.
1414 - checkout_pr : &checkout_pr
1515 name : " Checkout code"
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919
You can’t perform that action at this time.
0 commit comments