This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
- id : get_step
26
26
run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
27
27
outputs :
43
43
steps :
44
44
# We'll need to check out the repository so that we can edit the README.
45
45
- name : Checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
with :
48
48
fetch-depth : 0 # Let's get all the branches.
49
49
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- id : get_step
34
34
run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
35
35
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README.
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
56
56
# Verify the learner added the file contents.
57
57
- name : Check workflow contents, jobs
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- id : get_step
34
34
run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
35
35
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README.
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches.
57
57
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- id : get_step
34
34
run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
35
35
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README.
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches.
57
57
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- id : get_step
34
34
run : echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
35
35
outputs :
51
51
steps :
52
52
# We'll need to check out the repository so that we can edit the README.
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 0 # Let's get all the branches.
57
57
You can’t perform that action at this time.
0 commit comments