bumping checkout
This commit is contained in:
parent
43ac5cf7ae
commit
2b01b4eede
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user