Skip to content

Commit

Permalink
ci: use latest actions-node
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 12, 2024
1 parent f9caa41 commit e8319a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
mkdir -p "$HOME/bin"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
echo "${HOME}/bin" >> "$GITHUB_PATH"
- uses: open-turo/actions-node/lint@v5
- uses: open-turo/actions-node/lint@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/test@v5
- uses: open-turo/actions-node/test@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-flags: --coverage
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/release@v5
- uses: open-turo/actions-node/release@v6
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}

0 comments on commit e8319a5

Please sign in to comment.