From 9df37ce85ff69798ac45d2ffb2182357886b98d8 Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Sat, 11 Apr 2026 23:10:09 +0530 Subject: [PATCH] Bumps `robinraju/release-downloader` to latest commit (#95627) ## About The Pull Request See [Migration](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/) this will fix one of the [Warnings](https://github.com/tgstation/tgstation/actions/runs/23980038612) Node 20 is deprecated and we need to switch to Node 24 ## Changelog N/A --- .github/workflows/run_linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_linters.yml b/.github/workflows/run_linters.yml index 4219854c93b..fea522b5cac 100644 --- a/.github/workflows/run_linters.yml +++ b/.github/workflows/run_linters.yml @@ -43,7 +43,7 @@ jobs: with: dotnet-version: 9.x - name: Install OpenDream - uses: robinraju/release-downloader@v1.12 + uses: robinraju/release-downloader@616444d935c04e4269e694a274bd94383479ecde with: repository: "OpenDreamProject/OpenDream" tag: "latest"