Skip to content

Commit

Permalink
Merge pull request #207 from ogen-go/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.3

chore(deps): bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
ernado authored Jan 11, 2024
2 parents 4a4ba07 + 732b784 commit 85266cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

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

0 comments on commit 85266cb

Please sign in to comment.