Thanks to visit codestin.com
Credit goes to github.com

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/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 4, 2022

  1. Rework pipenv caching test (#375)

    * Rework python-pipenv-dependencies-caching test
    
    * Update Pipfile.lock hash in the tests
    
    * Rework python-pipenv-dependencies-caching-path test
    
    * Set location for pipenv test
    
    * Remove requests package from tests
    
    * Test pipenv without caching
    
    * Enable pipenv cache
    Vladimir Safonkin authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7885ec3 View commit details
    Browse the repository at this point in the history
  2. Add pyton-version to setup PyPy output (#365)

    * Add pyton-version to setup PyPy output
    
    * remove new line from pypy version
    
    * Move setOutput to findPyPyVersion
    
    * Resolve conflict: 2
    dsame authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7933d5a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Cache hit output (#373)

    * Remove useless await in getCacheDistributor calls
    
    * Added cache-hit output
    
    * Build action with cache-hit output
    
    * Remove PromiseReturnType, add matchedKey == primaryKey check
    
    * Update cache-distributor.ts
    
    * Fix tests and rebuild
    dhvcc authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    21c0493 View commit details
    Browse the repository at this point in the history
Loading