ci: try hard patch for remote actions fetching
Some checks failed
Named workflow / test (push) Failing after 7s
Some checks failed
Named workflow / test (push) Failing after 7s
This commit is contained in:
parent
25f81a8f1b
commit
e78c915bc7
|
@ -18,8 +18,11 @@ jobs:
|
|||
# - name: Debug runner (act version)
|
||||
# run: act --version
|
||||
|
||||
- name: 'FIX: fetch actions/checkout@v4'
|
||||
run: curl -fsL -o actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
|
||||
|
||||
- name: Setup repo
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Testing runner
|
||||
run: echo All Good
|
||||
|
|
Loading…
Reference in a new issue