Skip to content

Commit

Permalink
Merge pull request #14 from robotomize/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
robotomize authored Jan 18, 2024
2 parents ae60a94 + 1092b6e commit 01e58d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 01e58d8

Please # to comment.