From 81da3c0931da28ac4a961339e67d3a7a9702f820 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 13 Aug 2024 07:38:54 -0700 Subject: [PATCH] ci: i dont know anymore --- .github/workflows/build_all_targets.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 1d9485687468..ffaaa8d701d8 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -10,12 +10,12 @@ jobs: runs-on: [runs-on,runner=8cpu-linux-x64,"run-id=${{ github.run_id }}"] container: image: px4io/px4-dev-base-focal:2021-09-08 - options: --user 1001 + # options: --user 1001 outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} timestamp: ${{ steps.set-timestamp.outputs.timestamp }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # 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@v3 + - uses: actions/checkout@v4 # with: # token: ${{ secrets.ACCESS_TOKEN }} - name: ccache setup keys