diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 56ecfaa..e6a632f 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node.js uses: https://git.keligrubb.com/actions/setup-node@v6 @@ -24,7 +24,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node.js uses: https://git.keligrubb.com/actions/setup-node@v6 @@ -43,7 +43,7 @@ jobs: container: image: mcr.microsoft.com/playwright:v1.59.1-noble steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node.js uses: https://git.keligrubb.com/actions/setup-node@v6 @@ -65,7 +65,7 @@ jobs: docker-build: runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 - name: Set Docker image tag id: image diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index bac4a21..5ef2850 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -8,7 +8,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 with: token: ${{ secrets.KESTRELOS_REPO_TOKEN }} @@ -40,7 +40,7 @@ jobs: needs: release runs-on: ubuntu-latest steps: - - uses: https://git.keligrubb.com/actions/checkout@v6 + - uses: https://git.keligrubb.com/actions/checkout@v7 with: ref: main token: ${{ secrets.KESTRELOS_REPO_TOKEN }}