Update Forgejo CI workflows to use full GitHub action URLs
This commit is contained in:
parent
ec3f19420c
commit
c65d1031ed
|
|
@ -13,10 +13,10 @@ jobs:
|
||||||
changes:
|
changes:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- id: filter
|
- id: filter
|
||||||
uses: dorny/paths-filter@v3
|
uses: https://github.com/dorny/paths-filter@v3
|
||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
backend:
|
backend:
|
||||||
|
|
@ -38,9 +38,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: forgejo.okit.pl/oskar/ci-gradle-node:8.7-jdk17
|
image: forgejo.okit.pl/oskar/ci-gradle-node:8.7-jdk17
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/home/gradle/.gradle/caches
|
/home/gradle/.gradle/caches
|
||||||
|
|
@ -60,9 +60,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: forgejo.okit.pl/oskar/ci-flutter-node:stable
|
image: forgejo.okit.pl/oskar/ci-flutter-node:stable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/root/.pub-cache
|
/root/.pub-cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue