chore: s/code.forgejo.org/data.forgejo.org/ for actions

This commit is contained in:
Earl Warren 2025-03-22 15:08:22 +01:00
parent 3cbec4448c
commit b2471a699d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
8 changed files with 22 additions and 22 deletions

View file

@ -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