fix: use Forgejo checkout mirror instead of bare actions/checkout ref
Some checks failed
Build base image / Build and push base image (push) Failing after 2s
Build prop-grid-rs / Test, build, push (push) Failing after 2s
Build and Push / Build and Push Docker Image (push) Failing after 2s

This commit is contained in:
Graham McIntire 2026-07-27 12:11:56 -05:00
parent 83d3d68f12
commit f753de6ff8
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: https://code.forgejo.org/actions/checkout@v4
- name: Generate image tag
id: tag

View file

@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: https://code.forgejo.org/actions/checkout@v4
- name: Generate image tag
id: tag

View file

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: https://code.forgejo.org/actions/checkout@v4
- name: Generate image tag
id: tag