diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index db69b7214f..cea8e07003 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -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 }}