File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 77 directory : " /"
88 schedule :
99 interval : " weekly"
10+ - package-ecosystem : " github-actions"
11+ directory : " /"
12+ schedule :
13+ interval : " weekly"
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 update :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Setup Go
19- uses : actions/setup-go@v2
19+ uses : actions/setup-go@v5
2020
2121 - name : Update Mozilla Included CA Certificate List
2222 run : go generate .
3232
3333 - name : Bump version and push tag
3434 if : ${{ steps.commit_changes.outputs.committed == 'true' && steps.commit_changes.outputs.pushed == 'true' }}
35- uses : mathieudutour/github-tag-action@v6.0
35+ uses : mathieudutour/github-tag-action@v6.2
3636 with :
3737 github_token : ${{ secrets.GITHUB_TOKEN }}
3838 commit_sha : ${{ steps.commit_changes.outputs.commit_long_sha }}
You can’t perform that action at this time.
0 commit comments