Skip to content

Commit

Permalink
Merge pull request #2 from hosseinmirzapur/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github-actions-3e83326924

Bump the github-actions group with 1 update
  • Loading branch information
hosseinmirzapur authored Jan 18, 2024
2 parents 64ca341 + a6a9ffe commit 465bd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 'stable'
cache: false
- name: go mod pakcage cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('go.mod') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: go mod pakcage cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('go.mod') }}
Expand All @@ -39,7 +39,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: go mod pakcage cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('go.mod') }}
Expand Down

0 comments on commit 465bd53

Please sign in to comment.