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/checkout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: actions/checkout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8e5e7e5ab8b370d6c329ec480221332ada57f0ab
Choose a head ref
  • 9 commits
  • 59 files changed
  • 7 contributors

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    7b18718 View commit details
    Browse the repository at this point in the history
  2. Upgrade dependencies (#1210)

    * Upgrade ncc & json5
    
    * Add new dist build
    Link- authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    27135e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Bump @actions/io to v1.1.3 (#1225)

    * Backfill changelog and bump actions/io
    * Fill in PR for action/io upgrade
    * Licensed updates
    * Compile JS
    cory-miller authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    24cb908 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    cd6a9fd View commit details
    Browse the repository at this point in the history
  2. Add new public key for known_hosts (#1237)

    * Add new public key for known_hosts
    
    * Fix the build!
    cdb authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8f4b7f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Improve checkout performance on Windows runners by upgrading @actions…

    …/github dependency (#1246)
    
    * Improve checkout performance on Windows runners by upgrading @actions/github dependency
    
    Re: #1186
    
    @dscho discovered that the checkout action could stall for a
    considerable amount of time on Windows runners waiting for PowerShell
    invocations made from 'windows-release' npm package to complete.
    
    Then I studied the dependency chain to figure out where
    'windows-release' was imported:
    
    '@actions/checkout'@main
      <- '@actions/github'@2.2.0
        <- '@octokit/endpoint'@6.0.1
        <- '@octokit/graphql'@4.3.1
        <- '@octokit/request'@5.4.2
        <- '@octokit/rest'@16.43.1
          <- 'universal-user-agent'@4.0.1
            <- 'os-name'@3.1.0
              <- 'windows-release'@3.1.0
    
    'universal-user-agent' package dropped its dependency on 'os-name' in
    https://github.com/gr2m/universal-user-agent/releases/tag/v6.0.0 .
    
    '@actions/github' v3 removed dependency on '@octokit/rest'@16.43.1 and
    allows users to move away from the old 'universal-user-agent' v4.
    (actions/toolkit#453)
    
    This pull request attempts to update the version of '@actions/github'
    used in the checkout action to avoid importing 'windows-release'.
    
    Based on testing in my own repositories, I can see an improvement in
    reduced wait time between entering the checkout action and git actually
    starts to do useful work.
    
    * Update .licenses
    
    * Rebuild index.js
    BrettDong authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    40a16eb View commit details
    Browse the repository at this point in the history
  2. Release v3.5.1 (#1284)

    * Sync checkout version with tag version
    
    * Downgrade to 3.5.1
    
    * Format changelog
    fhammerl authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    83b7061 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix: convert baseUrl to serverApiUrl 'formatted' (#1289)

    * fix: convert baseUrl to apiUrl
    
    * Run prettier
    
    ---------
    
    Co-authored-by: 1newsr <[email protected]>
    fhammerl and 1newsr authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    eb35239 View commit details
    Browse the repository at this point in the history
  2. Release v3.5.2 (#1291)

    * Update version and changelog for 3.5.2
    
    * Update changelog
    fhammerl authored Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    8e5e7e5 View commit details
    Browse the repository at this point in the history
Loading