Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo snap install golangci-lint --classic

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v5
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v5
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Verify that merging is OK
run: |
Expand Down