diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 541a8f9..ec028e9 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR name: Signed-off-by (DCO) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Get PR Commits id: 'get-pr-commits' @@ -27,7 +27,7 @@ jobs: permissions: contents: none name: Branch target - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check branch target env: