From 4251708b18d0939d984f2f06fb37dd1527eb63c5 Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Thu, 27 Mar 2025 17:58:53 +0000 Subject: [PATCH] Run on ubuntu-latest --- .github/workflows/post-dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 8dbd18e..7c514c9 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -9,6 +9,7 @@ on: jobs: run: + runs-on: ubuntu-latest name: Update licensed cache steps: - uses: actions/checkout@v4