File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
- run : echo "The job was automatically triggered by a ${{ github.event_name }} event."
17
17
- run : echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
18
18
- name : Check out repository code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
- run : echo "The ${{ github.repository }} repository has been cloned to the runner."
21
21
- name : Generate the files in docker
22
22
run : scripts/run.sh
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out repository code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : Deploy ssh key for scratch site
15
15
shell : bash -l {0}
16
16
run : |
You can’t perform that action at this time.
0 commit comments