Skip to content

Commit

Permalink
build: use 3pa for actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Aug 30, 2024
1 parent a6f5c5f commit 78c5ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run: ls -alFR || true

# Fails to git clean the foo folder, tries to rm -rf the checkout and then fails
- uses: actions/checkout@v2
- uses: Brightspace/third-party-actions@actions/checkout

- name: Run a container that outputs to foo/output-file and puts nasty permissions on foo
uses: ./
Expand Down

0 comments on commit 78c5ea0

Please sign in to comment.