Skip to content

Commit

Permalink
Merge pull request #1186 from sigstore/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.3

chore(deps): Bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
hectorj2f authored Jan 11, 2024
2 parents 88d2deb + 61ca4df commit ffed0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Utilize Go Module Cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.0.8
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.0.8
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit ffed0d2

Please sign in to comment.