File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : get the new tag
3535 id : new_tag
3636 run : echo "tag=v${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040 - name : get last tag information
9090 GITHUB_TOKEN : ${{ secrets.BOT_PAT }}
9191 steps :
9292 - name : Check out code
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v5
9494 - uses : actions/download-artifact@v4
9595 with :
9696 name : CHANGELOG.md
@@ -153,7 +153,7 @@ jobs:
153153 ${{ secrets.SUPERMARKET_KEY }}
154154 EOF
155155 - name : checkout cookbook
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v5
157157 with :
158158 path : cookbooks/${{ env.cookbook_name }}
159159 ref : ${{ needs.version-info.outputs.new_tag }}
Original file line number Diff line number Diff line change 1616 cookstyle :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/cache@v3
2121 with :
2222 path : |
5656# - opensuse-42 # something is broken here
5757 - ubuntu-20-04
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - uses : actions/cache@v3
6161 with :
6262 path : |
9494 - default-debian-10
9595 - default-debian-11
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 - uses : actions/cache@v3
9999 with :
100100 path : |
You can’t perform that action at this time.
0 commit comments