File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Fetch history
1919 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 2424 app_id : ${{ secrets.APP_ID }}
2525
2626 - name : Checkout
27- uses : actions/checkout@v4.3 .0
27+ uses : actions/checkout@v5.0 .0
2828
2929 - name : Self-hosted Renovate
3030 # renovate keeps itself up to date
Original file line number Diff line number Diff line change 2020 working-directory : charts/mastodon
2121
2222 steps :
23- - uses : actions/checkout@v4
24- - uses : actions/setup-python@v6
23+ - uses : actions/checkout@v5
24+ - uses : actions/setup-python@v5
2525 with :
2626 python-version : " 3.x"
2727
6767 - k3s-channel : latest
6868
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171
7272 # This action starts a k8s cluster with NetworkPolicy enforcement and
7373 # installs both kubectl and helm.
You can’t perform that action at this time.
0 commit comments