File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 uses : actions/checkout@v4
8585
8686 - name : Cache Pacman packages
87- uses : actions/cache@v3
87+ uses : actions/cache@v4
8888 with :
8989 path : ${{ env.PACMAN_CACHE }}
9090 key : pacman-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 4141 sudo rm -rf /tmp/pacman-cache/*
4242
4343 - name : Cache Pacman packages
44- uses : actions/cache@v3
44+ uses : actions/cache@v4
4545 with :
4646 path : /tmp/pacman-cache
4747 key : pacman-${{ runner.os }}-${{ env.CACHE_KEY }}
Original file line number Diff line number Diff line change 3030 sudo chmod 777 /tmp/pacman-cache
3131
3232 - name : Cache Pacman packages
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : /tmp/pacman-cache
3636 key : pacman-${{ env.CACHE_KEY }}
You can’t perform that action at this time.
0 commit comments