Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/minimatch-3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan committed Feb 10, 2024
2 parents 766821b + d8c97ce commit 2c3a0b7
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -34,7 +34,7 @@ jobs:
exit 1
fi
id: diff
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Draft Release
uses: release-drafter/release-drafter@v5.21.1
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Build
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate
uses: ./
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Validate
uses: rinchsan/renovate-config-validator@v0.0.0
uses: rinchsan/renovate-config-validator@main
with:
pattern: '*.json' # Regular expression for filename to validate, default to *.json
```
Loading

0 comments on commit 2c3a0b7

Please sign in to comment.