ci: try hard patch for remote actions fetching
Some checks failed
Named workflow / test (push) Failing after 7s

This commit is contained in:
Julien Oculi 2024-01-17 15:03:03 +01:00
parent 25f81a8f1b
commit e78c915bc7

View file

@ -18,8 +18,11 @@ jobs:
# - name: Debug runner (act version) # - name: Debug runner (act version)
# run: 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 - name: Setup repo
uses: https://code.forgejo.org/actions/checkout@v4 uses: actions/checkout@v4
- name: Testing runner - name: Testing runner
run: echo All Good run: echo All Good