The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use ubuntu-latest for dependabot workflow (#1128)

Change runs-on from self-hosted runner to ubuntu-latest for the
dependabot automerge workflow.

authored by

Xe Iaso and committed by
GitHub
c36e2700 7d4a7a4f

+1 -1
+1 -1
.github/workflows/dependabot.yml
··· 11 11 jobs: 12 12 run-custom-command: 13 13 if: ${{ github.actor_id == '49699333' }} # Dependabot 14 - runs-on: alrest-xe-site 14 + runs-on: ubuntu-latest 15 15 steps: 16 16 - uses: actions/checkout@v3 17 17 with: