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 3 to 4 #682

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

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

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

... (truncated)

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

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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@rhenium rhenium merged commit 0dda88d into master Sep 21, 2023
86 checks passed
@rhenium rhenium deleted the dependabot/github_actions/actions/checkout-4 branch September 21, 2023 18:05
rhenium added a commit to rhenium/ruby-openssl that referenced this pull request Apr 30, 2024
[ This is a backport to the 3.0 branch. ]

Backport changes made to .github/workflows/test.yml in master branch,
except:

 - Minimum version is Ruby 2.6
 - FIPS-mode related changes are excluded (as it's not supported)

This includes the following commits:

	fcf53d5 CI: Remove workaround for Ruby-3.2 and 3.3 on Windows
	567b412 CI: Upgrade OpenSSL and LibreSSL versions.
	405f1ee CI: Add OpenSSL no-legacy case.
	9a99583 CI: Upgrade OpenSSL and LibreSSL versions.
	6feeeb8 CI: Add the rubyinstaller2 issue link that legacy provider is not loaded.
	7aed35a Windows Ruby 3.3: Workaround: Set OPENSSL_MODULES to find providers.
	adfb6bb CI: Add OpenSSL 3.2.0.
	fafe1af CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
	f07e6f5 CI: Upgrade OpenSSL and LibreSSL versions.
	0dda88d Merge pull request ruby#682 from ruby/dependabot/github_actions/actions/checkout-4
	0b83eed Rakefile: Add test_fips task for convenience.
	b94314f Bump actions/checkout from 3 to 4
	8c7a6a1 Remove OSSL_DEBUG compile-time option
	e35f190 CI: Replace "mode" in "FIPS mode" with "module".
	61434f6 Rakefile: Print FIPS information in the `rake debug`.
	7ec8024 CI: Add OpenSSL master branch head non-FIPS and FIPS cases.
	24d8add CI: Upgrade OpenSSL versions.
	fddfc55 CI: Add OpenSSL 3.1 FIPS case.
	58ce7fa .github/workflows/test.yml: add provider load path for Windows
	f6e57e1 CI: Fix a typo in the comment. [ci skip]
	52402f6 CI: Check compiler warnings.
	f6ba75e Drop support for Ruby 2.6
	3456770 CI: Upgrade OpenSSL and LibreSSL versions.
	79786ca CI: Rename the key name "foo_bar" (underscore) to "foo-bar" (hyphen).
	8149cdf CI: Add the test/openssl/test_pkey.rb on the FIPS mode case.
	08e1981 CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
	121b3b2 Revert "CI: Enable the verbose mode in the mkmf.rb."
	a832f5c CI: Enable the verbose mode in the mkmf.rb.
	18b0172 CI: Add OpenSSL FIPS mode case.
	af27f50 .github/workflows/test.yml: Update OpenSSL versions
	d277123 skip failing test with truffleruby and ubuntu-22.04
	25352f4 Exclude truffleruby with macos-latest
	d7f90c7 Fix missing needs call
	0640664 Try to run with TruffleRuby
	aeee125 Use ruby/actions/.github/workflows/ruby_versions.yml@master
	fd40742 .github/workflows/test.yml: update LibreSSL versions
	ff2fe4b Strip trailing spaces [ci skip]
	9c24dcc Actions - Use Ubuntu 20.04 for 1.1.1 CI, misc fixes
	cc876f5 [CI] test.yml - test-openssls - use 1.1.1q, 3.0.5
	0fb8d1b [CI] add Ubuntu-22.04 and update mswin, all are OpenSSL 3
	1588686 Merge pull request ruby#505 from ruby/update-actions
	9f901dc Test on LibreSSL 3.4 and 3.5
	f2d072c Use actions/checkout@v3
	699e274 Added 3.1
	b28df90 Install openssl with vcpkg on mswin
rhenium added a commit to rhenium/ruby-openssl that referenced this pull request Apr 30, 2024
[ This is a backport to the 3.0 branch. ]

Backport changes made to .github/workflows/test.yml in master branch,
except:

 - Minimum version is Ruby 2.6
 - FIPS-mode related changes are excluded (as it's not supported)

This includes the following commits:

	fcf53d5 CI: Remove workaround for Ruby-3.2 and 3.3 on Windows
	567b412 CI: Upgrade OpenSSL and LibreSSL versions.
	405f1ee CI: Add OpenSSL no-legacy case.
	9a99583 CI: Upgrade OpenSSL and LibreSSL versions.
	6feeeb8 CI: Add the rubyinstaller2 issue link that legacy provider is not loaded.
	7aed35a Windows Ruby 3.3: Workaround: Set OPENSSL_MODULES to find providers.
	adfb6bb CI: Add OpenSSL 3.2.0.
	fafe1af CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
	f07e6f5 CI: Upgrade OpenSSL and LibreSSL versions.
	0dda88d Merge pull request ruby#682 from ruby/dependabot/github_actions/actions/checkout-4
	0b83eed Rakefile: Add test_fips task for convenience.
	b94314f Bump actions/checkout from 3 to 4
	8c7a6a1 Remove OSSL_DEBUG compile-time option
	e35f190 CI: Replace "mode" in "FIPS mode" with "module".
	61434f6 Rakefile: Print FIPS information in the `rake debug`.
	7ec8024 CI: Add OpenSSL master branch head non-FIPS and FIPS cases.
	24d8add CI: Upgrade OpenSSL versions.
	fddfc55 CI: Add OpenSSL 3.1 FIPS case.
	58ce7fa .github/workflows/test.yml: add provider load path for Windows
	f6e57e1 CI: Fix a typo in the comment. [ci skip]
	52402f6 CI: Check compiler warnings.
	f6ba75e Drop support for Ruby 2.6
	3456770 CI: Upgrade OpenSSL and LibreSSL versions.
	79786ca CI: Rename the key name "foo_bar" (underscore) to "foo-bar" (hyphen).
	8149cdf CI: Add the test/openssl/test_pkey.rb on the FIPS mode case.
	08e1981 CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
	121b3b2 Revert "CI: Enable the verbose mode in the mkmf.rb."
	a832f5c CI: Enable the verbose mode in the mkmf.rb.
	18b0172 CI: Add OpenSSL FIPS mode case.
	af27f50 .github/workflows/test.yml: Update OpenSSL versions
	d277123 skip failing test with truffleruby and ubuntu-22.04
	25352f4 Exclude truffleruby with macos-latest
	d7f90c7 Fix missing needs call
	0640664 Try to run with TruffleRuby
	aeee125 Use ruby/actions/.github/workflows/ruby_versions.yml@master
	fd40742 .github/workflows/test.yml: update LibreSSL versions
	ff2fe4b Strip trailing spaces [ci skip]
	9c24dcc Actions - Use Ubuntu 20.04 for 1.1.1 CI, misc fixes
	cc876f5 [CI] test.yml - test-openssls - use 1.1.1q, 3.0.5
	0fb8d1b [CI] add Ubuntu-22.04 and update mswin, all are OpenSSL 3
	1588686 Merge pull request ruby#505 from ruby/update-actions
	9f901dc Test on LibreSSL 3.4 and 3.5
	f2d072c Use actions/checkout@v3
	699e274 Added 3.1
	b28df90 Install openssl with vcpkg on mswin
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant