Skip to content

Commit

Permalink
Merge branch 'master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Mar 8, 2024
2 parents e1e0e60 + 1dd9f46 commit f89c306
Show file tree
Hide file tree
Showing 267 changed files with 113,527 additions and 45,171 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: oprypin
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@v4
- 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@v4
with:
repository: octokit/rest.js # Download that repository.
ref: ${{ steps.octokit.outputs.tag }} # At the latest released version, found earlier.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:
tag:
description: The full tag name (incl. prefix) that was found
runs:
using: node16
using: node20
main: index.js
branding:
icon: tag
Expand Down
Loading

0 comments on commit f89c306

Please sign in to comment.