From fe760d8cabec28c30b486659ef55c7d19f985020 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 23 Jan 2024 11:48:07 -0500 Subject: [PATCH] ci: update actions + repo links --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 8 ++++++-- package.json | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c29cfd0..26b1b53 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install modules run: npm install - name: Run linter diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf6e6e4..dbf53a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,18 +3,22 @@ on: push: branches: - main + +permissions: + contents: write + jobs: release: name: Release runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "lts/*" - name: Install dependencies diff --git a/package.json b/package.json index 33ba525..7581a06 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bento-platform/Bento-Charts.git" + "url": "git+https://github.com/bento-platform/bento_charts.git" }, "keywords": [ "Bento", @@ -35,9 +35,9 @@ "author": "Sanjeev Lakhwani", "license": "MIT", "bugs": { - "url": "https://github.com/bento-platform/Bento-Charts/issues" + "url": "https://github.com/bento-platform/bento_charts/issues" }, - "homepage": "https://github.com/bento-platform/Bento-Charts#readme", + "homepage": "https://github.com/bento-platform/bento_charts#readme", "peerDependencies": { "leaflet": "^1.9.4", "react": ">=16.0.0",