Skip to content

Commit 389ff37

Browse files
authored
Merge pull request #240 from ogen-go/dependabot/github_actions/actions/cache-4.1.2
chore(deps): bump actions/cache from 4.1.1 to 4.1.2
2 parents 469be15 + ecb0095 commit 389ff37

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].1
27+
uses: actions/[email protected].2
2828
with:
2929
path: ${{ steps.yarn-cache.outputs.dir }}
3030
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)