Skip to content

Commit

Permalink
Chore dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Oct 16, 2022
1 parent 2d9e181 commit 8d80267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm install
- run: npm test
- run: npm audit --audit-level=moderate --only=prod
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:

- run: echo "Octokit is at version ${{ steps.octokit.outputs.tag }}"

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: octokit/rest.js # Download that repository.
ref: ${{ steps.octokit.outputs.tag }} # At the latest released version, found earlier.
Expand Down

0 comments on commit 8d80267

Please sign in to comment.