diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index f4dfa02373..386e7e479b 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@v4 + - uses: actions/checkout@v3 with: token: ${{ secrets.ACCESS_TOKEN }} - id: set-matrix @@ -31,9 +31,9 @@ jobs: matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} container: image: ${{ matrix.container }} - # options: --user 1001 + options: --user 1001 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: token: ${{ secrets.ACCESS_TOKEN }}