Skip to content

Commit

Permalink
chore(ci): use own actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 6, 2024
1 parent 3228191 commit 2f4197a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
ci_release:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
uses: badisi/actions/.github/workflows/action.yml@v1
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
ci_tests:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
uses: badisi/actions/.github/workflows/action.yml@v1
with:
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
Expand Down

0 comments on commit 2f4197a

Please sign in to comment.