ci: update action versions

This commit is contained in:
Ramon Roche
2024-08-13 07:06:33 -07:00
parent f4e0abc700
commit c1c923d663
+3 -3
View File
@@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
timestamp: ${{ steps.set-timestamp.outputs.timestamp }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
- id: set-matrix
@@ -33,7 +33,7 @@ jobs:
image: ${{ matrix.container }}
options: --user 1001
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
# run: git config --system --add safe.directory '*'
- name: ccache setup keys
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.ccache
key: ${{ matrix.arch }}-ccache-${{ needs.group_targets.outputs.timestamp }}