Skip to content

Commit

Permalink
Bump GH actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 14, 2022
1 parent 3a68d06 commit c8e8792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- 5672:5672
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Go environment
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Tests
Expand Down

0 comments on commit c8e8792

Please sign in to comment.