Skip to content

Commit f7c24ce

Browse files
authored
Merge pull request #283 from ogen-go/dependabot/github_actions/actions/cache-5.0.3
chore(deps): bump actions/cache from 5.0.2 to 5.0.3
2 parents e5466eb + 8b95866 commit f7c24ce

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

0 commit comments

Comments
 (0)