bumping checkout
Some checks failed
ci / Build Frontend (21) (push) Failing after 43s
ci / Build & Unit Test (8.0.x) (push) Failing after 47s
ci / Build Containers (push) Has been skipped

This commit is contained in:
Andy Pack 2024-07-19 17:27:09 +01:00
parent 43ac5cf7ae
commit 2b01b4eede
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -13,9 +13,9 @@ jobs:
dotnet-version: [ '8.0.x' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
gitea-server-url: https://gitea.sheep-ghoul.ts.net
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3.0.3
with:
@ -35,9 +35,9 @@ jobs:
if: gitea.event_name == 'push' && (gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
gitea-server-url: https://gitea.sheep-ghoul.ts.net
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -76,9 +76,9 @@ jobs:
node: [21]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
gitea-server-url: https://gitea.sheep-ghoul.ts.net
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v2