Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent 5924939 commit b53d84b
Show file tree
Hide file tree
Showing 499 changed files with 12,675 additions and 15,693 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ updates:
prefix: "build"
labels:
- "a:chore"
- "in:build"
- "in:dependencies"
groups:
"@actions/artifacts":
patterns:
- "actions/download-artifact"
- "actions/upload-artifact"

- package-ecosystem: "npm"
directory: "/"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"

Expand All @@ -30,7 +30,7 @@ jobs:
- name: Tar files
run: tar -cvf ${{ env.WORKSPACE_ARCHIVE }} .

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.WORKSPACE_ARTIFACT }}
path: ${{ env.WORKSPACE_ARCHIVE }}
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
Expand All @@ -62,7 +62,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.WORKSPACE_ARTIFACT }}
path: .
Expand All @@ -73,7 +73,7 @@ jobs:
rm ${{ env.WORKSPACE_ARCHIVE }}
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
Expand Down Expand Up @@ -133,6 +133,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: GeekyEggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af
uses: GeekyEggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1
with:
name: ${{ env.workspace_artifact }}
Loading

0 comments on commit b53d84b

Please sign in to comment.