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: gradle/gradle-build-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: gradle/gradle-build-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Choose a head ref
  • 11 commits
  • 19 files changed
  • 2 contributors

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    6b08b7d View commit details
    Browse the repository at this point in the history
  2. Update dev dependencies

    bigdaz committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ec78395 View commit details
    Browse the repository at this point in the history
  3. Update node dependencies

    bigdaz committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c224a16 View commit details
    Browse the repository at this point in the history
  4. Bump eslint-plugin-jest from 27.1.2 to 27.1.3

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.2 to 27.1.3.
    - [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@v27.1.2...v27.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ad59e53 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #476 from gradle/dependabot/npm_and_yarn/eslint-pl…

    …ugin-jest-27.1.3
    
    Bump eslint-plugin-jest from 27.1.2 to 27.1.3
    bigdaz authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a4b5212 View commit details
    Browse the repository at this point in the history
  6. Bump @actions/cache from 3.0.5 to 3.0.6

    Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.0.5 to 3.0.6.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/cache"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a5b34e0 View commit details
    Browse the repository at this point in the history
  7. Reset patch and build outputs

    bigdaz committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    fab7664 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #475 from gradle/dependabot/npm_and_yarn/actions/c…

    …ache-3.0.6
    
    Bump @actions/cache from 3.0.5 to 3.0.6
    bigdaz authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c267ad1 View commit details
    Browse the repository at this point in the history
  9. Remove use of deprecated 'set-output' command

    - Use GITHUB_OUTPUT file in init script
    - Write to a marker file in configuratiion-cache tests
    
    Fixes #461
    bigdaz committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3b95953 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #477 from gradle/dd/issue-461

    Replace use of set-output command with env file
    bigdaz authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0842a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Retain 'set-output' command when GITHUB_OUTPUT is not set

    This should maintain compatibility with older GitHub Enterprise versions
    bigdaz committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    3fbe033 View commit details
    Browse the repository at this point in the history
Loading