mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Use ubuntu-latest
runner image
This commit is contained in:
parent
aa2edb76f1
commit
979c71abfc
6
.github/workflows/combine-dependabot-prs.yml
vendored
6
.github/workflows/combine-dependabot-prs.yml
vendored
@ -22,14 +22,10 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'nocombine'
|
default: 'nocombine'
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "combine-prs"
|
|
||||||
combine-prs:
|
combine-prs:
|
||||||
# The type of runner that the job will run on
|
runs-on: ubuntu-latest
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v6
|
||||||
id: create-combined-pr
|
id: create-combined-pr
|
||||||
|
Loading…
Reference in New Issue
Block a user