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: hendrikmuhs/ccache-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.16
Choose a base ref
...
head repository: hendrikmuhs/ccache-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.17
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 22, 2025

  1. support Ubuntu arm64 runners with sccache variant (#280)

    Enable the sccache variant of ccache-action to run on GitHub Ubuntu arm64 runners.
    andrurogerz authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    433beb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Bump @types/node from 22.10.5 to 22.10.10 (#282)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.5 to 22.10.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    a6067e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump @types/node from 22.10.10 to 22.13.0 (#285)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.10 to 22.13.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    a1209f8 View commit details
    Browse the repository at this point in the history
Loading