Skip to content

Commit 85266cb

Browse files
authored
Merge pull request #207 from ogen-go/dependabot/github_actions/actions/cache-3.3.3
chore(deps): bump actions/cache from 3.3.2 to 3.3.3
2 parents 4a4ba07 + 732b784 commit 85266cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
2525

2626
- name: Cache dependencies
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
with:
2929
path: ${{ steps.yarn-cache.outputs.dir }}
3030
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)