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 2626 runs-on : ubuntu-20.04
2727 if : ${{ github.event_name == 'pull_request' }}
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232 - run : sudo apt-get install clang-format
4343 - { target: wasm32-unknown-emscripten }
4444 runs-on : ubuntu-20.04
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - uses : docker/setup-buildx-action@v2
4848 - uses : docker/login-action@v2
4949 with :
6868 outputs :
6969 entries : ${{ steps.set-matrix.outputs.entries }}
7070 steps :
71- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
7272 - run : rake ci:pin_build_manifest
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9090 needs : [build-rake-task-matrix]
9191 runs-on : ubuntu-20.04
9292 steps :
93- - uses : actions/checkout@v3
93+ - uses : actions/checkout@v4
9494 - uses : actions/download-artifact@v3
9595 with :
9696 name : build-manifest
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ubuntu-20.04
131131 if : ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
132132 steps :
133- - uses : actions/checkout@v3
133+ - uses : actions/checkout@v4
134134 - uses : actions/download-artifact@v3
135135 with :
136136 name : build-manifest
Original file line number Diff line number Diff line change 2121 env :
2222 HUGO_VERSION : 0.102.3
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - uses : ruby/setup-ruby@v1
2626 with :
2727 ruby-version : ' 3.1'
Original file line number Diff line number Diff line change 1515 outputs :
1616 tag-name : ${{ steps.generate-tag.outputs.TAG_NAME }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : git config
2020 run : |
2121 git config --local user.email "action@github.com"
You can’t perform that action at this time.
0 commit comments