Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/checkout Loading
base: v4.1.6
Choose a base ref
...
head repository: actions/checkout Loading
compare: v4.1.7
Choose a head ref
  • 5 commits
  • 11 files changed
  • 6 contributors

Commits on May 20, 2024

  1. Bump the minor-npm-dependencies group across 1 directory with 4 updat…

    …es (#1739)
    
    Bumps the minor-npm-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).
    
    
    Updates `@types/node` from 20.12.7 to 20.12.12
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.9.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.7.1 to 7.9.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)
    
    Updates `eslint-plugin-jest` from 28.2.0 to 28.5.0
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-npm-dependencies
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b1ec302 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (#1697)

    * Bump actions/checkout from 3 to 4
    
    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](v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Apply suggestions from code review
    
    * .
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Cory Miller <[email protected]>
    dependabot[bot] and cory-miller committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b80ff79 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Handle hidden refs (#1774)

    Co-authored-by: Chris Gavin <[email protected]>
    orhantoy and chrisgavin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b17fe1e View commit details
    Browse the repository at this point in the history
  2. Pin actions/checkout's own workflows to a known, good, stable version. (

    #1776)
    
    * Pin actions/checkout's own workflows to a known, good, stable version.
    
    * fixed failing unit test
    
    * fix unit test
    jww3 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6ccd57f View commit details
    Browse the repository at this point in the history
  3. Prepare 4.1.7 release (#1775)

    * Prepare 4.1.7 release
    
    * Include #1776 in 4.1.7 release
    joshmgross committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    692973e View commit details
    Browse the repository at this point in the history
Loading