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: nektos/act
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.60
Choose a base ref
...
head repository: nektos/act
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.61
Choose a head ref
  • 12 commits
  • 15 files changed
  • 8 contributors

Commits on Mar 4, 2024

  1. build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2235

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      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 Mar 4, 2024
    Configuration menu
    Copy the full SHA
    934b13a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: docker buildx cache restore not working (#2236)

    * To take effect artifacts v4 pr is needed with adjusted claims
    ChristopherHX authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    75e4ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix function name in comment (#2240)

    Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
    thirdkeyword authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    352ad41 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: rootless permission bits (new actions cache) (#2242)

    * fix: rootless permission bits (new actions cache)
    
    * add test
    
    * fix lint / more tests
    ChristopherHX authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    119ceb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#2244)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.17.0 to 0.18.0.
    - [Commits](golang/term@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-type: direct:production
      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 Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8c83d57 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. build(deps): bump github.com/docker/docker (#2252)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.7...v24.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    069720a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    f56dd65 View commit details
    Browse the repository at this point in the history
  2. Support overwriting caches (#2265)

    * feat: support overwrite caches
    
    * test: fix case
    
    * test: fix get_with_multiple_keys
    
    * chore: use atomic.Bool
    
    * test: improve get_with_multiple_keys
    
    * chore: use ping to improve path
    
    * fix: wrong CompareAndSwap
    
    * test: TestHandler_gcCache
    
    * chore: lint code
    
    * chore: lint code
    wolfogre authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b9382a2 View commit details
    Browse the repository at this point in the history
  3. chore: remove repetitive words (#2259)

    Signed-off-by: majorteach <csgcgl@126.com>
    Co-authored-by: ChristopherHX <christopher.homberger@web.de>
    majorteach and ChristopherHX authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3949d74 View commit details
    Browse the repository at this point in the history
  4. Trivial: reduce log spam. (#2256)

    Co-authored-by: ChristopherHX <christopher.homberger@web.de>
    squee1945 and ChristopherHX authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d9a19c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: cache adjust restore order of exact key matches (#2267)

    * wip: adjust restore order
    
    * fixup
    
    * add tests
    
    * cleanup
    
    * fix typo
    
    ---------
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    ChristopherHX and mergify[bot] authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f825e42 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    361b7e9 View commit details
    Browse the repository at this point in the history
Loading