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 1313 DOCKER_REPOSITORY : ${{ secrets.DOCKER_REPOSITORY }}
1414 DOCKER_BUILD_ENABLED : ${{ secrets.DOCKER_BUILD_ENABLED }}
1515 DOCKER_BUILD_ALTERNATE_ENABLED : ${{ secrets.DOCKER_BUILD_ALTERNATE_ENABLED }}
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : Checkout
1919 if : contains(env.DOCKER_BUILD_ENABLED, 'true')
2525
2626 - name : Cache Docker layers
2727 if : contains(env.DOCKER_BUILD_ENABLED, 'true')
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : /tmp/.buildx-cache
3131 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 1414 DOCKER_REPOSITORY : ${{ secrets.DOCKER_REPOSITORY }}
1515 DOCKER_BUILD_ENABLED : ${{ secrets.DOCKER_BUILD_ENABLED }}
1616 DOCKER_BUILD_ALTERNATE_ENABLED : ${{ secrets.DOCKER_BUILD_ALTERNATE_ENABLED }}
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - name : Checkout
2020 if : contains(env.DOCKER_BUILD_ENABLED, 'true')
2626
2727 - name : Cache Docker layers
2828 if : contains(env.DOCKER_BUILD_ENABLED, 'true')
29- uses : actions/cache@v2
29+ uses : actions/cache@v4
3030 with :
3131 path : /tmp/.buildx-cache
3232 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 2525
2626 - name : Cache Docker layers
2727 if : contains(env.DOCKER_BUILD_ENABLED, 'true')
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : /tmp/.buildx-cache
3131 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 4141 run : sudo apt-get install -y imagemagick
4242
4343 - name : Bundle cache
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : vendor/bundle
4747 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
You can’t perform that action at this time.
0 commit comments