diff --git a/.github/workflows/cant-reproduce.yml b/.github/workflows/cant-reproduce.yml index 5c4edcba0f..8e20e07349 100644 --- a/.github/workflows/cant-reproduce.yml +++ b/.github/workflows/cant-reproduce.yml @@ -6,7 +6,7 @@ on: jobs: cant-reproduce: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: lee-dohm/no-response@v0.5.0 with: diff --git a/.github/workflows/copyright_year_updater.yml b/.github/workflows/copyright_year_updater.yml index 7cb129e36e..7ddb3d0403 100644 --- a/.github/workflows/copyright_year_updater.yml +++ b/.github/workflows/copyright_year_updater.yml @@ -9,7 +9,7 @@ on: jobs: Copyright-year: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: desktop-app/action_code_updater@master with: diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index d3784944f6..3554051655 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -6,7 +6,7 @@ on: jobs: comment: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Process an issue. uses: desktop-app/action_issue_closer@master diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index cbb96bd276..7904e79591 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -6,7 +6,7 @@ on: jobs: lock: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: dessant/lock-threads@v6 with: diff --git a/.github/workflows/master_updater.yml b/.github/workflows/master_updater.yml index 58d1b9c5a2..fedc24f8e5 100644 --- a/.github/workflows/master_updater.yml +++ b/.github/workflows/master_updater.yml @@ -6,7 +6,7 @@ on: jobs: User-agent: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: desktop-app/action_code_updater@master with: diff --git a/.github/workflows/needs-user-action.yml b/.github/workflows/needs-user-action.yml index 46ad9f87d8..55ad7891ce 100644 --- a/.github/workflows/needs-user-action.yml +++ b/.github/workflows/needs-user-action.yml @@ -8,7 +8,7 @@ on: jobs: needs-user-action: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: lee-dohm/no-response@v0.5.0 with: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 82e8b99915..6b05f45d5f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,7 +5,7 @@ on: jobs: stale: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/stale@v10 with: diff --git a/.github/workflows/user_agent_updater.yml b/.github/workflows/user_agent_updater.yml index 1e3dae8182..923f47d5ae 100644 --- a/.github/workflows/user_agent_updater.yml +++ b/.github/workflows/user_agent_updater.yml @@ -9,7 +9,7 @@ on: jobs: User-agent: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: desktop-app/action_code_updater@master with: diff --git a/.github/workflows/waiting-for-answer.yml b/.github/workflows/waiting-for-answer.yml index 5e5ff87c96..0cccca6b2d 100644 --- a/.github/workflows/waiting-for-answer.yml +++ b/.github/workflows/waiting-for-answer.yml @@ -8,7 +8,7 @@ on: jobs: waiting-for-answer: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: lee-dohm/no-response@v0.5.0 with: