From e4255cec43fec6784051e858b808e6a85c3d57f6 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 21 Mar 2023 08:44:45 +0100 Subject: [PATCH] Test workflows --- .gitea/workflows/foundry-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/foundry-package.yaml b/.gitea/workflows/foundry-package.yaml index d298e07..7577b86 100644 --- a/.gitea/workflows/foundry-package.yaml +++ b/.gitea/workflows/foundry-package.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v2 + - uses: https://gitea.com/actions/checkout@v3 # get part of the tag after the `v` - name: Extract tag version number