Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.2.2 #43

Merged
danstis merged 1 commit intomasterfrom
dependabot/github_actions/actions/checkout-4.2.2
Jul 29, 2025
Merged

build(deps): bump actions/checkout from 4.1.1 to 4.2.2 #43
danstis merged 1 commit intomasterfrom
dependabot/github_actions/actions/checkout-4.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

User description

Bumps actions/checkout from 4.1.1 to 4.2.2.

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.7...v4.2.0

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

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

PR Type

  • Enhancement

Description

  • Bump checkout version in test job.

  • Bump checkout version in deploy job.

  • Update runtime dependency action.


Changes walkthrough 📝

Relevant files
Dependencies
deploy.yml
Update checkout version in deploy workflow                             

.github/workflows/deploy.yml

  • Updated checkout version in Test job.
  • Updated checkout version in Deploy job.
  • Retained fetch-depth configuration.
  • +2/-2     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 4.2.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 10, 2025
    @sophie-syntax sophie-syntax bot changed the title build(deps): bump actions/checkout from 4.1.1 to 4.2.2 build(deps): bump actions/checkout from 4.1.1 to 4.2.2 Apr 10, 2025
    @sophie-syntax
    Copy link

    sophie-syntax bot commented Apr 10, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Compatibility Check

    Verify that upgrading to actions/checkout@v4.2.2 maintains the expected workflow behavior on Windows environments.

          uses: actions/checkout@v4.2.2
          with:
            fetch-depth: 0
    
        - name: Run tests
          shell: pwsh
          run: |
            Test-ModuleManifest -Path .\PSF.psd1 -Verbose -ErrorAction Stop
            .\.ExecuteTests.ps1
    
    deploy:
      name: Tag and Deploy
      runs-on: windows-2019
      needs: [test]
      if: contains(github.ref, 'master')
      steps:
        - name: Check out code
          uses: actions/checkout@v4.2.2

    @sophie-syntax
    Copy link

    sophie-syntax bot commented Apr 10, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @danstis danstis merged commit 71f3127 into master Jul 29, 2025
    4 checks passed
    @danstis danstis deleted the dependabot/github_actions/actions/checkout-4.2.2 branch July 29, 2025 12:01
    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 github_actions Pull requests that update GitHub Actions code Review effort 1/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant