From f8e85eec3b2d4bf736b05719f263964917476e86 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 9 Feb 2024 18:51:23 +0100 Subject: [PATCH] feat: hostname for "uses" --- .gitea/workflows/release.yml | 4 ++-- .gitea/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 6bd7dc5..7b6c691 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: token: ${{ secrets.REPO_MAINTAINER_TOKEN }} @@ -30,7 +30,7 @@ jobs: ./tea comment ${{ github.event.issue.number }} "Start creating release" - name: setup node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: https://github.com/actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version: 20 diff --git a/.gitea/workflows/tag.yml b/.gitea/workflows/tag.yml index 51a1e49..8f4eb3f 100644 --- a/.gitea/workflows/tag.yml +++ b/.gitea/workflows/tag.yml @@ -10,7 +10,7 @@ jobs: runs-on: docker steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: setup tea cli shell: bash