Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix proxy failures in 3.1.1 #611

Merged
merged 4 commits into from Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions __tests__/dependency-graph.test.ts
Expand Up @@ -24,7 +24,6 @@ test('it properly catches RequestError type', async () => {
headRef: 'refs/heads/master'
})
} catch (error) {
const err = error as RequestError
expect(err.status).toBe(401)
expect(error).toBeInstanceOf(RequestError)
}
})
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -62,5 +62,5 @@ inputs:
required: false
default: 120
runs:
using: 'node20'
using: 'node16'
main: 'dist/index.js'
23,833 changes: 15,255 additions & 8,578 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

152 changes: 104 additions & 48 deletions dist/licenses.txt

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