Skip to content

Commit 1238362

Browse files
authored
Merge pull request #208 from ogen-go/dependabot/github_actions/actions/cache-4.0.0
chore(deps): bump actions/cache from 3.3.3 to 4.0.0
2 parents 85266cb + f90aa74 commit 1238362

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/cache@v3.3.3
27+
uses: actions/cache@v4.0.0
2828
with:
2929
path: ${{ steps.yarn-cache.outputs.dir }}
3030
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)