From 8a9d0bfdb87c3cdcdd75143470d4d1c9d22fd446 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Tue, 14 Jan 2025 19:51:29 +0100 Subject: [PATCH] Use the lateste version of ruby/setup-ruby --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 6166ed7..886fce3 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: ruby/setup-ruby@v1.202.0 + - uses: ruby/setup-ruby@v1.207.0 - run: bundle install - run: bundle exec rubocop --force-exclusion --parallel - name: Wait until Postgres is ready to accept connections