chore: s/code.forgejo.org/data.forgejo.org/ for actions
This commit is contained in:
parent
3cbec4448c
commit
b2471a699d
8 changed files with 22 additions and 22 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- name: cache restore
|
||||
id: cachestep1
|
||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||
uses: https://data.forgejo.org/actions/cache/restore@v4
|
||||
with:
|
||||
path: |
|
||||
/usr/local/bin/something
|
||||
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: echo SOMETHING > /usr/local/bin/something
|
||||
|
||||
- name: cache save
|
||||
uses: https://code.forgejo.org/actions/cache/save@v4
|
||||
uses: https://data.forgejo.org/actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
/usr/local/bin/something
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: cache restore
|
||||
id: cachestep2
|
||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||
uses: https://data.forgejo.org/actions/cache/restore@v4
|
||||
with:
|
||||
path: |
|
||||
/usr/local/bin/something
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue