Skip to content

Commit

Permalink
ci: rollback checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Aug 13, 2024
1 parent 385d38d commit abafd08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,13 +33,9 @@ jobs:
image: ${{ matrix.container }}
options: --user 1001
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}

# - name: ownership workaround
# run: git config --system --add safe.directory '*'

- name: ccache setup keys
uses: actions/cache@v4
with:
Expand Down

0 comments on commit abafd08

Please sign in to comment.