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/wrapper-validation-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: gradle/wrapper-validation-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 21, 2023

  1. Update README to use actions/checkout@v4

    evansims authored and bigdaz committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    342dbeb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Bump @babel/traverse from 7.14.7 to 7.23.2

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c8fad9e View commit details
    Browse the repository at this point in the history
  2. Update workflows and action to NodeJS 20

    Fixes #160
    deejay1 authored and bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8be8473 View commit details
    Browse the repository at this point in the history
  3. Consistently use npm cache for workflows

    deejay1 authored and bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bfa0fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8436d View commit details
    Browse the repository at this point in the history
  5. Update upload-artifact version

    bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    77d43de View commit details
    Browse the repository at this point in the history
  6. Add asdf config file

    bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d9359e4 View commit details
    Browse the repository at this point in the history
  7. Update NPM dependencies

    bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e916071 View commit details
    Browse the repository at this point in the history
  8. Build output

    bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d8758a9 View commit details
    Browse the repository at this point in the history
  9. Update to Node 20 (#170)

    - Change action to run with Node20 runtime
    - Use Node20 compatible actions in all workflows
    - Update NPM dependencies for Node 20 compatibility
    
    Thanks to @deejay1 for getting this started!
    bigdaz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    27152f6 View commit details
    Browse the repository at this point in the history
Loading