File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 71
71
name : backup-utils
72
72
- name : Load docker container
73
73
run : docker load -i backup-utils.tar
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
- name : Create backup directory
76
76
run : mkdir "$HOME/ghe-backup-data"
77
77
- name : set up ssh SSH_KEY
Original file line number Diff line number Diff line change 49
49
name : backup-utils
50
50
- name : Load docker container
51
51
run : docker load -i backup-utils.tar
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Create backup directory
54
54
run : mkdir "$HOME"/ghe-backup-data
55
55
- name : set up ssh SSH_KEY
Original file line number Diff line number Diff line change 27
27
- enterprise2-backup-utils-binary-backup
28
28
- enterprise2-backup-utils-migration
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 1
33
33
- name : Queue ${{ matrix.jankyJobName }} build
50
50
- enterprise2-backup-utils-cluster-binary-backup
51
51
- enterprise2-backup-utils-cluster-migration
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
fetch-depth : 1
56
56
- name : Queue ${{ matrix.jankyJobName }} build
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Code
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
# Full git history is needed to get a proper list of changed files within `super-linter`
17
17
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
tar --xz -xvf "shellcheck-stable.linux.x86_64.tar.xz"
19
19
sudo cp shellcheck-stable/shellcheck /usr/bin/shellcheck
20
20
- name : Get Sources
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Test
23
23
run : |
24
24
export PATH="$PATH:/snap/bin"
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Get latest rsync tag
17
17
id : latest_tag
You can’t perform that action at this time.
0 commit comments