ci: downgrade checkout action to v4 for Forgejo runner compatibility
Forgejo runner v6.2.2 only supports up to node20; actions/checkout@v6 requires node24.
This commit is contained in:
parent
321c701fd7
commit
6865f1169c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue