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 26
26
runs-on : ubuntu-20.04
27
27
if : ${{ github.event_name == 'pull_request' }}
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
- run : sudo apt-get install clang-format
43
43
- { target: wasm32-unknown-emscripten }
44
44
runs-on : ubuntu-20.04
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- uses : docker/setup-buildx-action@v2
48
48
- uses : docker/login-action@v2
49
49
with :
68
68
outputs :
69
69
entries : ${{ steps.set-matrix.outputs.entries }}
70
70
steps :
71
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
72
72
- run : rake ci:pin_build_manifest
73
73
env :
74
74
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90
90
needs : [build-rake-task-matrix]
91
91
runs-on : ubuntu-20.04
92
92
steps :
93
- - uses : actions/checkout@v3
93
+ - uses : actions/checkout@v4
94
94
- uses : actions/download-artifact@v3
95
95
with :
96
96
name : build-manifest
@@ -130,7 +130,7 @@ jobs:
130
130
runs-on : ubuntu-20.04
131
131
if : ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
132
132
steps :
133
- - uses : actions/checkout@v3
133
+ - uses : actions/checkout@v4
134
134
- uses : actions/download-artifact@v3
135
135
with :
136
136
name : build-manifest
Original file line number Diff line number Diff line change 21
21
env :
22
22
HUGO_VERSION : 0.102.3
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : ruby/setup-ruby@v1
26
26
with :
27
27
ruby-version : ' 3.1'
Original file line number Diff line number Diff line change 15
15
outputs :
16
16
tag-name : ${{ steps.generate-tag.outputs.TAG_NAME }}
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : git config
20
20
run : |
21
21
git config --local user.email "[email protected] "
You can’t perform that action at this time.
0 commit comments