From d5ef958740d71b493da2d3339945a11f2b057669 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 13 Aug 2024 07:14:49 -0700 Subject: [PATCH] ci: roll back checkout v3 with user 1001 --- .github/workflows/build_all_targets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}