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

Bump actions/checkout from 2 to 3.1.0 #19

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps actions/checkout from 2 to 3.1.0.

Release notes

Sourced from actions/checkout's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.0.2...v3.1.0

v3.0.2

What's Changed

Full Changelog: actions/checkout@v3...v3.0.2

v3.0.1

v3.0.0

  • Updated to the node16 runtime by default
    • This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

v2.4.2

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

  • Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

v2.3.5

Update dependencies

v2.3.4

v2.3.3

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

v3.1.0

v3.0.2

v3.0.1

v3.0.0

v2.3.1

v2.3.0

v2.2.0

v2.1.1

  • Changes to support GHES (here and here)

v2.1.0

v2.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Charlie Lin and others added 30 commits June 15, 2021 20:56
# This is the 1st commit message:

Add preliminary support for attachments and roles.

# This is the commit message #2:

Use #pragma once for headers, and start part 1 in adding Embed objects.

# This is the commit message #3:

Add #pragma once to Embed.hpp.

# This is the commit message #4:

Rename Role files to proper case.

# This is the commit message #5:

Follow advice from clazy: make string arguments to Qt functions QStringLiterals.

# This is the commit message #6:

Add initial support for buttons ans custom emoji. Part 1.

# This is the commit message #7:

Part 2 of Component support.

# This is the commit message #8:

Apply temporary fix to compilation errors involving emoji handling.

# This is the commit message #9:

More clazy advice-following in Message.cpp

# This is the commit message #10:

Refactor guild handling to account for guild preview objects.

# This is the commit message #11:

Fix missing data member after rebase.

# This is the commit message #12:

Fix spurious rebase mistake.

# This is the commit message #13:

Fix rebase errors in channel files

# This is the commit message #14:

Add handling for voice and voice region objects.

Actual handling of voice connections is not yet supported.

# This is the commit message #15:

Fix source file inclusion, and more clazy fixes.

# This is the commit message #16:

Make corrections in accordance to Coding-Bunker#49.

# This is the commit message #17:

Add gateway files to prevent CMake errors about missing files.

# This is the commit message #18:

Add rudimentary MenuBar on main QML file.

# This is the commit message #19:

Fix rebase issue

# This is the commit message #20:

Run js-beautify

# This is the commit message #21:

Omit version number, add features for channel and message objects.

# This is the commit message #22:

Clang-format misformatted files due to Qt Creator shenaniganry.

# This is the commit message #23:

Add preliminary support for attachments and roles.

# This is the commit message #24:

Add preliminary support for attachments and roles.

# This is the commit message #25:

Replace .value call with subscript operator for settings.

# This is the commit message #26:

Remove Git diff crud left by a previous commit.

# This is the commit message #27:

Fix formatting issue introduced by Qt Creator.

# This is the commit message Coding-Bunker#28:

Run clang-format

# This is the commit message Coding-Bunker#29:

Fix up bungles of previous commits.

# This is the commit message Coding-Bunker#30:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#31:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#32:

Fix build errors, and rename role files to proper case.

# This is the commit message Coding-Bunker#33:

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>

# This is the commit message Coding-Bunker#34:

Add latest version of API

Signed-off-by: Federico Guerinoni <[email protected]>

# This is the commit message Coding-Bunker#35:

Fix minor mistake arising from rebase.

# This is the commit message Coding-Bunker#36:

Run clang-format

# This is the commit message Coding-Bunker#37:

Omit version number, add features for channel and message objects.

# This is the commit message Coding-Bunker#38:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#39:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#40:

Replace .value call with subscript operator for settings.

# This is the commit message Coding-Bunker#41:

Remove Git diff crud left by a previous commit.

# This is the commit message Coding-Bunker#42:

Fix formatting issue introduced by Qt Creator.

# This is the commit message Coding-Bunker#43:

Run clang-format

# This is the commit message Coding-Bunker#44:

Fix up bungles of previous commits.

# This is the commit message Coding-Bunker#45:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#46:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#47:

Fix build errors, and rename role files to proper case.

# This is the commit message Coding-Bunker#48:

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>

# This is the commit message Coding-Bunker#49:

Add latest version of API

Signed-off-by: Federico Guerinoni <[email protected]>

# This is the commit message Coding-Bunker#50:

Fix rebase error.

# This is the commit message Coding-Bunker#51:

Fix link to homepage in about dialog.

# This is the commit message Coding-Bunker#52:

Run js-beautify

# This is the commit message Coding-Bunker#53:

Mention temporary lack of support for voice channels.
# This is the commit message Coding-Bunker#54:

Omit version number, add features for channel and message objects.

# This is the commit message Coding-Bunker#55:

Clang-format misformatted files due to Qt Creator shenaniganry.

# This is the commit message Coding-Bunker#56:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#57:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#58:

Replace .value call with subscript operator for settings.

# This is the commit message Coding-Bunker#59:

Remove Git diff crud left by a previous commit.

# This is the commit message Coding-Bunker#60:

Fix formatting issue introduced by Qt Creator.

# This is the commit message Coding-Bunker#61:

Run clang-format

# This is the commit message Coding-Bunker#62:

Fix up bungles of previous commits.

# This is the commit message Coding-Bunker#63:

Add preliminary support for attachments and roles.

# This is the commit message Coding-Bunker#64:

Add preliminary support for attachments and roles.
author Charlie Lin <[email protected]> 1623720458 -0400
committer Charlie Lin <[email protected]> 1624825972 -0400

Add preliminary support for attachments and roles.

Use #pragma once for headers, and start part 1 in adding Embed objects.

Add #pragma once to Embed.hpp.

Rename Role files to proper case.

Follow advice from clazy: make string arguments to Qt functions QStringLiterals.

Add initial support for buttons ans custom emoji. Part 1.

Part 2 of Component support.

Apply temporary fix to compilation errors involving emoji handling.

More clazy advice-following in Message.cpp

Refactor guild handling to account for guild preview objects.

Fix missing data member after rebase.

Fix spurious rebase mistake.

Fix rebase errors in channel files

Add handling for voice and voice region objects.

Actual handling of voice connections is not yet supported.

Fix source file inclusion, and more clazy fixes.

Make corrections in accordance to Coding-Bunker#49.

Add gateway files to prevent CMake errors about missing files.

Add rudimentary MenuBar on main QML file.

Fix rebase issue

Run js-beautify

Omit version number, add features for channel and message objects.

Clang-format misformatted files due to Qt Creator shenaniganry.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Replace .value call with subscript operator for settings.

Remove Git diff crud left by a previous commit.

Fix formatting issue introduced by Qt Creator.

Run clang-format

Fix up bungles of previous commits.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Fix build errors, and rename role files to proper case.

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>

Add latest version of API

Signed-off-by: Federico Guerinoni <[email protected]>

Fix minor mistake arising from rebase.

Run clang-format

Omit version number, add features for channel and message objects.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Replace .value call with subscript operator for settings.

Remove Git diff crud left by a previous commit.

Fix formatting issue introduced by Qt Creator.

Run clang-format

Fix up bungles of previous commits.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Fix build errors, and rename role files to proper case.

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>

Add latest version of API

Signed-off-by: Federico Guerinoni <[email protected]>

Fix rebase error.

Fix link to homepage in about dialog.

Run js-beautify

Mention temporary lack of support for voice channels.

Omit version number, add features for channel and message objects.

Clang-format misformatted files due to Qt Creator shenaniganry.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Replace .value call with subscript operator for settings.

Remove Git diff crud left by a previous commit.

Fix formatting issue introduced by Qt Creator.

Run clang-format

Fix up bungles of previous commits.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Fix build errors, and rename role files to proper case.

Fix build errors, and rename role files to proper case.

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>

Update README.md

Add latest version of API

Signed-off-by: Federico Guerinoni <[email protected]>

Guild members into separate files, and add prototype user list in GUI.

Omit version number, add features for channel and message objects.

Clang-format misformatted files due to Qt Creator shenaniganry.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Replace .value call with subscript operator for settings.

Remove Git diff crud left by a previous commit.

Fix formatting issue introduced by Qt Creator.

Run clang-format

Fix up bungles of previous commits.

Add preliminary support for attachments and roles.

Add preliminary support for attachments and roles.

Fix build errors, and rename role files to proper case.

Clean code

Signed-off-by: Federico Guerinoni <[email protected]>
Signed-off-by: Federico Guerinoni <[email protected]>
guerinoni and others added 5 commits July 1, 2021 11:30
Signed-off-by: Federico Guerinoni <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
@clin1234 clin1234 force-pushed the master branch 2 times, most recently from 4df44ab to 06d4c55 Compare June 27, 2023 01:00
@clin1234 clin1234 closed this Apr 21, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-3.1.0 branch April 21, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants