Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Oct 27, 2021
2 parents db773bc + 4101e15 commit e32e0bf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5

- name: "npm ci"
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- uses: tgymnich/publish-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^4.0.0",
"@octokit/plugin-retry": "^3.0.7",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/rest": "^18.5.3"
},
"devDependencies": {
"@types/node": "^15.0.1",
"typescript": "^4.2.4"
"typescript": "^4.4.4"
}
}

0 comments on commit e32e0bf

Please sign in to comment.