From a9c8ca877b368eb4f070beff7968aead0d38a0e4 Mon Sep 17 00:00:00 2001 From: bennolor Date: Tue, 17 Jun 2025 23:46:08 +0200 Subject: [PATCH] revert e5884ee89780c64d8e925be4fd609d217287704e revert repointed link --- .gitea/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ff75a86..a180e28 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: go-version: '1.20' # Generate hash for submodules - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 + - uses: actions/go-hashfiles@v0.0.1 id: submodules-hash with: patterns: .gitmodules @@ -45,7 +45,7 @@ jobs: run: git submodule update --init --recursive # Generate hash for Hugo dependencies - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 + - uses: actions/go-hashfiles@v0.0.1 id: hugo-deps-hash with: patterns: '**/go.sum' @@ -66,7 +66,7 @@ jobs: extended: true # Generate hash for Hugo resources - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 + - uses: actions/go-hashfiles@v0.0.1 id: hugo-resources-hash with: patterns: |- @@ -89,7 +89,7 @@ jobs: run: hugo --minify --buildFuture # Generate hash for apt cache - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 + - uses: actions/go-hashfiles@v0.0.1 id: apt-hash with: patterns: '**/deploy.yml'