Skip to content

Commit

Permalink
Merge pull request #35 from ryohidaka/dependabot/github_actions/depen…
Browse files Browse the repository at this point in the history
…dencies-e998e694e4

chore(deps): bump the dependencies group with 4 updates
  • Loading branch information
ryohidaka authored Sep 12, 2024
2 parents ed7d01f + 91bf3ea commit 354793c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Dependabot metadata
id: metadata

uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: ryohidaka/wxt-submit@v1.0.0
- uses: ryohidaka/wxt-submit@v1.1.1
with:
# For Chrome Extension
chrome: true
Expand Down

0 comments on commit 354793c

Please sign in to comment.