From 53667db5c50614766ffa3284823c0f18b4249221 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 28 Oct 2024 22:07:44 -0400 Subject: [PATCH] Be explicit with action for now --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a4a6c64..5e2b75a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: test: runs-on: cth-ubuntu-latest steps: - - uses: ruby/setup-ruby@v1 + - uses: https://github.com/ruby/setup-ruby@v1 with: ruby-version: 3.3.5 - uses: actions/checkout@v4