Skip to content

Commit

Permalink
Bump actions to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale committed Jul 16, 2024
1 parent 1868839 commit e8e9729
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch Pull Request Details
id: pull_request
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
steps:

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.x
go-version: stable

- name: Checkout
uses: actions/checkout@v3

- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run Unit Tests
run: |
go test ./...
run: go test ./...

approve:
name: Approve Bot PRs
Expand Down

0 comments on commit e8e9729

Please sign in to comment.