Skip to content

Commit

Permalink
Bump deprecated action versions and remove broken actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Mar 29, 2024
1 parent 24dcfcd commit 737be71
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 76 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/add_issue_to_project.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/add_pr_to_project.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/add_to_project.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/close_issues.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: JS-DevTools/npm-publish@v1
- uses: actions/checkout@v4
- uses: JS-DevTools/npm-publish@v3
strategy: upgrade
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 737be71

Please sign in to comment.