Skip to content

Commit

Permalink
Merge pull request #173 from kobakazu0429/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 authored Nov 22, 2023
2 parents 8893b29 + 5b63043 commit 57e8171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN_AUTOMATION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 57e8171

Please sign in to comment.