-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): bump actions/checkout from 3 to 4 #100
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add scopes.
* fix: swagger reference & client regeneration Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: client generation under strict version Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: merge conflicts Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
…onfig (#77) Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: accounts list Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: add required fields to OAS Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* fix: loop on wise accounts Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: add task restart flag for wise Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: cursor-based pagination for payments and tasks Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger definitions & accounts cursor support Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger cursor description Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * chore: Update swagger (#84) * feat: added pagination tests Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: test cases Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com>
* fix: api response encoding to api base Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger definition for connector configs Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: metadata update route & object support Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: metadata OAS addition Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: conflict resolution Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
…ng any operations with the connector data (#95) Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: config encryption Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: obfuscate sensitive fields Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: config test case Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* fix: pagination logic when using previous cursor. There was a bug which caused previous cursor to appear in API responses even if there was no previous data available. Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: backwards pagination order Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: backwards order Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: 1st page reference Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: transfer initiation POC Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: transfer initiation with background processing and status reporting Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: pluralize transfers Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: oas spec Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: linter issues Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: migration conflict Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 25, 2024
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
bot
deleted the
dependabot/github_actions/actions/checkout-4
branch
September 25, 2024 16:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 3 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
692973e
Prepare 4.1.7 release (#1775)6ccd57f
Pin actions/checkout's own workflows to a known, good, stable version. (#1776)b17fe1e
Handle hidden refs (#1774)b80ff79
Bump actions/checkout from 3 to 4 (#1697)b1ec302
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1739)a5ac7e5
Update for 4.1.6 release (#1733)24ed1a3
Check platform for extension (#1732)44c2b7a
README: Suggestuser.email
to be `41898282+github-actions[bot]@users
.norepl...8459bc0
Bump actions/upload-artifact from 2 to 4 (#1695)3f603f6
Bump actions/setup-node from 1 to 4 (#1696)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)