From d0baaed96faf8c5cf930bd72f8ad6ff0fc8049d4 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 21:33:44 -0500 Subject: [PATCH] [Actions] Pivoting hard to setup-ruby approach --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 912c620..3b4b328 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -5,7 +5,7 @@ jobs: container: image: ubuntu:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: https://github.com/ruby/setup-ruby@v1 with: ruby-version: '3.3' # Not needed with a .ruby-version file