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

chore(deps): update all non-major github action dependencies #21

Merged
merged 1 commit into from Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.1.0 -> v3.6.0
actions/setup-python action minor v4.3.0 -> v4.8.0
aws-actions/amazon-ecr-login action minor v1.5.3 -> v1.7.1
cds-snc/security-tools action patch v2.1.1 -> v2.1.4
ruby/setup-ruby action minor v1.123.0 -> v1.165.1

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

actions/setup-python (actions/setup-python)

v4.8.0

Compare Source

What's Changed

In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: actions/setup-python@v4...v4.7.1

v4.7.0

Compare Source

In scope of this release, the support for reading python version from pyproject.toml was added (https://github.com/actions/setup-python/pull/669).

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version-file: pyproject.toml
Besides, it includes such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-python@v4...v4.6.1

v4.6.0: Add allow-prereleases input

Compare Source

In scope of this release we added a new input (allow-prereleases) to allow falling back to pre-release versions of Python when a matching GA version of Python is not available

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: 3.12
      allow-prereleases: true

Besides, we added such changes as:

v4.5.0: Fix cache issue for Poetry projects located in subfolders

Compare Source

In scope of this release we fixed cache issue for Poetry projects located in subfolders (https://github.com/actions/setup-python/issues/446). Besides that we updated json5 version from 2.2.0 to 2.2.3 (https://github.com/actions/setup-python/pull/579).

v4.4.0: Add support to install multiple python versions

Compare Source

In scope of this release we added support to install multiple python versions. For this you can try to use this snippet:

    - uses: actions/setup-python@v4
      with:
        python-version: |
            3.8
            3.9
            3.10

Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (https://github.com/actions/setup-python/pull/566).

v4.3.1: Improve error handling and messages

Compare Source

In scope of this release we added improved error message to put operating system and its version in the logs (https://github.com/actions/setup-python/pull/559). Besides, the release

aws-actions/amazon-ecr-login (aws-actions/amazon-ecr-login)

v1.7.1

Compare Source

v1.7.0

Compare Source

See the changelog for details about the changes included in this release.

v1.6.2

Compare Source

See the changelog for details about the changes included in this release.

v1.6.1

Compare Source

See the changelog for details about the changes included in this release.

v1.6.0

Compare Source

See the changelog for details about the changes included in this release.

cds-snc/security-tools (cds-snc/security-tools)

v2.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: cds-snc/security-tools@v2.1.3...v2.1.4

v2.1.3

Compare Source

What's Changed

Full Changelog: cds-snc/security-tools@v2.1.2...v2.1.3

v2.1.2

Compare Source

What's Changed

Full Changelog: cds-snc/security-tools@v2.1.1...v2.1.2

ruby/setup-ruby (ruby/setup-ruby)

v1.165.1: Fix rubygems: latest to work with Rubies < 2.3

Compare Source

v1.165.0: Fix 'rubygems: latest' for Ruby < 3.0

Compare Source

v1.164.0: Add ruby-3.3.0 on Windows

Compare Source

v1.163.0: Add ruby-3.3.0

Compare Source

v1.162.0: Add ruby-3.3.0-rc1

Compare Source

v1.161.0: Add ruby-3.3.0-preview3

Compare Source

v1.160.0: Fix slow execution on Node 20 and add JRuby 9.3.13.0 & 9.4.5.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.159.0...v1.160.0

v1.159.0: Update from Node 16 to Node 20 since 16 is deprecated

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.158.0...v1.159.0

v1.158.0: Add truffleruby-23.1.1, truffleruby+graalvm-23.1.1

Compare Source

v1.157.0: Add jruby-9.4.4.0 and JRuby is now available on macos-arm

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.156.0...v1.157.0

v1.156.0: Add support for macos-13-arm64 GitHub runners

Compare Source

Full Changelog: ruby/setup-ruby@v1.155.0...v1.156.0

v1.155.0: Consider BUNDLE_ONLY in cache key

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.154.0...v1.155.0

v1.154.0: Add truffleruby-23.1.0 and truffleruby+graalvm-23.1.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.153.0...v1.154.0

v1.153.0: Add jruby-9.3.11.0 and ruby-3.3.0-preview2

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.152.0...v1.153.0

v1.152.0: Add truffleruby-23.0.0 and truffleruby+graalvm-23.0.0

Compare Source

v1.151.0: Add jruby-9.4.3.0

Compare Source

v1.150.0: Update @​actions/cache

Compare Source

v1.149.0: Add ruby-3.3.0-preview1

Compare Source

v1.148.0: Add TruffleRuby 23.0.0-preview1

Compare Source

v1.147.0: Add support for macos-13

Compare Source

v1.146.0: Add Ruby 3.2.2, etc on Windows

Compare Source

What's Changed

  • Update CRuby releases on Windows

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from jimleroyer as a code owner December 10, 2022 09:45
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from 5aa9b3f to f0f6c0f Compare December 13, 2022 14:19
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby action to v1.126.0 chore(deps): update ruby/setup-ruby action to v1.127.0 Dec 13, 2022
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from f0f6c0f to fbf2399 Compare December 14, 2022 17:46
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby action to v1.127.0 chore(deps): update all non-major github action dependencies Dec 14, 2022
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from fbf2399 to dea1a57 Compare December 19, 2022 19:48
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 5 times, most recently from 5f34591 to 4ffdb65 Compare January 1, 2023 21:19
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 4 times, most recently from 5f6d24d to eaee326 Compare January 12, 2023 14:32
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 5 times, most recently from e113c32 to 3285953 Compare January 17, 2023 22:31
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 3 times, most recently from d431155 to 5f8a420 Compare January 30, 2023 17:17
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 4 times, most recently from 92fe823 to 6624913 Compare February 13, 2023 15:58
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from 6624913 to d19e30d Compare February 15, 2023 13:31
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 3 times, most recently from db4fbc4 to 5c5c9ba Compare November 2, 2023 14:04
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 2 times, most recently from 6e4f942 to 6ca5c9c Compare November 20, 2023 16:06
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 3 times, most recently from c331a2b to a60f097 Compare December 11, 2023 20:22
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 4 times, most recently from 0f55305 to 01bccfc Compare December 18, 2023 20:05
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch 12 times, most recently from e6e3690 to 8b6c1a5 Compare January 8, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from 8b6c1a5 to f2fc3db Compare January 10, 2024 03:01
@renovate renovate bot force-pushed the renovate/all-non-major-github-action branch from f2fc3db to 7c41d31 Compare January 10, 2024 19:29
@jzbahrai jzbahrai merged commit 848cedf into main Jan 10, 2024
9 checks passed
@jzbahrai jzbahrai deleted the renovate/all-non-major-github-action branch January 10, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant