Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/main/super-linter/…
Browse files Browse the repository at this point in the history
…super-linter-7
  • Loading branch information
ttsukagoshi authored Jan 2, 2025
2 parents 518d87e + 2615bf8 commit 930c484
Show file tree
Hide file tree
Showing 6 changed files with 1,440 additions and 820 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/a11y_alt_text_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
steps:
- name: Get action 'github/accessibility-alt-text-bot'
uses: github/accessibility-alt-text-bot@v1.4.0
uses: github/accessibility-alt-text-bot@v1.5.0
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'

- name: Cache node modules
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
env:
cache-name: cache-node-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: Cache node modules
uses: actions/cache@v4
uses: actions/cache@v4.0.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
Loading

0 comments on commit 930c484

Please sign in to comment.