This repository was archived by the owner on Jul 5, 2024. It is now read-only.
File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-20.04
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
ref : ${{ github.head_ref }}
27
27
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 21
21
if : " !contains(github.event.head_commit.message, '[skip ci]')"
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
ref : ${{ github.head_ref }}
27
27
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-20.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
token : ${{ secrets.GH_PAT || github.token }}
You can’t perform that action at this time.
0 commit comments