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

GitHub Actions: Bump actions/checkout from 3.2.0 to 3.3.0 #302

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2023

Bumps actions/checkout from 3.2.0 to 3.3.0.

Release notes

Sourced from actions/checkout's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.2.0...v3.3.0

Commits

Dependabot compatibility score

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 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)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added ci/cd dependencies Pull requests that update a dependency file labels Jan 5, 2023
@ivan-magda ivan-magda added this to the 1.7 milestone Jan 9, 2023
@ivan-magda ivan-magda changed the base branch from main to develop January 9, 2023 04:40
@ivan-magda ivan-magda merged commit cbc0e22 into develop Jan 9, 2023
@ivan-magda ivan-magda deleted the dependabot/github_actions/actions/checkout-3.3.0 branch January 9, 2023 04:40
@ivan-magda ivan-magda mentioned this pull request Jan 16, 2023
ivan-magda added a commit that referenced this pull request Jan 20, 2023
* Polling submission in shared

^ALTAPPS-462

* Fix Android dialogFragment dismiss events are not logged to analytics

^ALTAPPS-470 Needs testing

* Fix Android crash when calling startActivity without try/catch

^ALTAPPS-419 Needs testing

* Implement delegate to store serializable value in arguments

* Fix chosenColumns field is not saved into arguments

* Update hypercoins balance after buying streak freeze

^ALTAPPS-482

* Fix RU localisation usage on Android from ru.nobird.android.ui lib

* Update gms libs on Android

* Fix AuthSocialWebViewFragment crash on Android

^ALTAPPS-334 Needs testing

* Enable nonTransitive Rclass on Android

^ALTAPPS-501 Needs testing

* Fix Android app crash in local notifications

^ALTAPPS-332 Needs testing

* Fix representation of hypercoins in home header on iOS

^ALTAPPS-504

* Fix incorrect step analytic route on both platforms

^ALTAPPS-466

* Update Kotlin from 1.6.21 to 1.7.21

^ALTAPPS-488 Fixed

* Update Kotlin from 1.6.21 to 1.7.21

^ALTAPPS-488 Fixed

* Update release notes for beta testers

* Android: Enable debug controls

* Set version to 1.7 & bump build

* GitHub Actions: Bump actions/checkout from 3.2.0 to 3.3.0 (#302)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incorrect next daily problem in timer value

^ALTAPPS-427 Needs Testing

* Fix choices elements HTML rendering (no line breaks) in iOS

^ALTAPPS-414 Needs Testing

* CI/CD build caches for default branch

^ALTAPPS-493

* Deploy analytics docs also from develop branch

* Android remove redundant profileDailyRemindersSwitchCompat checked condition

* Android: add theory button to repeat step screen

^ALTAPPS-479 Needs testing

* Android:l Change not completed streak icon in header

^ALTAPPS-475 Needs testing

* Sync incorrect next problem of day in representation

^ALTAPPS-428 Needs testing

* Disable analytics docs deployment for develop branch

It requires conditional check -> deploy only if push to develop contains analytics changes.

* Replace spinner loading with skeleton on Home and Track screens

^APTAPPS-459 Needs testing

* Fix ActivityNotFound crashes 

^ALTAPPS-522 Needs tesing

* Update iOS launch screen year

^ALTAPPS-525 Fixed

* Shared change endpoint config on demand & debug feature draft

^ALTAPPS-424

* iOS change uncompleted streak icon in header

^ALTAPPS-517 Fixed

* Show earned gems count after daily problem solved

^ALTAPPS-503

* Update splash screen on Android 

^ALTAPPS-533

* Update notification icon and color to it

* Move ImageLoader into AndroidAppComponent root

^ALTAPPS-534 Resolved

* Fix StepQuiz feature crash on Android

^ALTAPPS-520 Fixed

*  Fix Android incorrect repetition stats diagram

^ALTAPPS-484 Needs testing

* Add force_build_ios input

* Add force_build_android input

* CI/CD ability to force run lint & unit tests

* CI/CD bump Xcode version from 14.1 to 14.2

^ALTAPPS-538 Fixed

* Shared load gems and streak on the Track screen

^ALTAPPS-506

* Implement GamificationToolbar UI on Android 

^ALTAPPS-519 Needs testing

* Move GamificationToolbarReducer to presentation package

* Update release notes for beta testers

* Bump build

* ALTAPPS-548: provide error data when Sentry transaction failed

* ALTAPPS-548: add Sentry breadcrumbs

* Fix next problem in formatting on Android

^ALTAPPS-428

* ALTAPPS-549: Update Ruby from 2.6.5 to 3.2.0

* ALTAPPS-549: Downgrade Ruby from 3.2.0 to 3.1.0

* Bump build

* ALTAPPS-547: Bump Sentry & update configuration

Configure HTTP Client Errors, Swizzling, Watchdog Terminations, App Hangs and Performance Monitoring.

* iOS: Bump build

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vladislav Kashchey <30647936+vladkash@users.noreply.github.com>
Co-authored-by: Zhukov Aleksandr <s.p.q.r.4century@gmail.com>
Co-authored-by: Zhukov Aleksandr <alexandr.zhukov@stepik.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant