From 979c71abfc82768a62e1f6ada2a12cec5b540e00 Mon Sep 17 00:00:00 2001 From: Toast <96593068+toast-ts@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:42:30 +1000 Subject: [PATCH] Use `ubuntu-latest` runner image --- .github/workflows/combine-dependabot-prs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index 6840a52..715b5dc 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -22,14 +22,10 @@ on: required: true default: 'nocombine' -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "combine-prs" combine-prs: - # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/github-script@v6 id: create-combined-pr