Skip to content

Commit

Permalink
[GitHub Actions] upgrade/pin versions of ubuntu and actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and github-actions[bot] committed Apr 27, 2021
1 parent 8a33b76 commit d37970c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: pull_request

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: hmarr/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:
pull_request_review:
types:
- submitted
check_suite:
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: automerge
uses: "pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
name: test
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: 1.13.x
- uses: actions/checkout@v2
Expand Down

0 comments on commit d37970c

Please sign in to comment.