Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/main/github/access…
Browse files Browse the repository at this point in the history
…ibility-alt-text-bot-1.5.0
  • Loading branch information
ttsukagoshi authored Jul 7, 2024
2 parents 9046b43 + f753943 commit 2e1be15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '20'

- name: Cache node modules
uses: actions/[email protected].0
uses: actions/[email protected].2
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: '20'
- name: Cache node modules
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e1be15

Please sign in to comment.