File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 push_to_registry :
1111 name : Build and push images to quay.io/medik8s
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Log in to Quay.io
20- uses : docker/login-action@v2
20+ uses : docker/login-action@v3
2121 with :
2222 username : ${{ secrets.QUAY_USERNAME }}
2323 password : ${{ secrets.QUAY_PASSWORD }}
Original file line number Diff line number Diff line change 1010 - release-*
1111jobs :
1212 build :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments