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 Loading
base: v3
Choose a base ref
...
head repository: actions/checkout Loading
compare: v4.0.0
Choose a head ref
  • 4 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 29, 2023

  1. Update default runtime to node20 (#1436)

    * .
    
    * update workflows
    takost committed Aug 29, 2023
    10 Configuration menu
    Copy the full SHA
    97a652b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Support fetching without the --progress option (#1067)

    Setting the `show-progress` option to false in the `with` section of the
    workflow step will cause git fetch to run without `--progress`.
    
    The motivation is to be able to suppress the noisy progress status
    output which adds many hundreds of "remote: Counting objects: 85%
    (386/453)" and similar lines in the workflow log.
    
    This should be sufficient to resolve #894 and its older friends,
    though the solution is different to the one proposed there because
    it doesn't use the --quiet flag. IIUC git doesn't show the progress
    status by default since the output is not a terminal, so that's why
    removing the --progress option is all that's needed.
    
    Adding the --quiet flag doesn't make a lot of difference once the
    --progress flag is removed, and actually I think using --quiet would
    suppress some other more useful output that would be better left
    visible.
    
    Signed-off-by: Simon Baird <sbaird@redhat.com>
    simonbaird committed Sep 1, 2023
    3 Configuration menu
    Copy the full SHA
    8b5e8b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Release 4.0.0 (#1447)

    * Release 4.0.0
    
    * Add new major version to workflow
    takost committed Sep 4, 2023
    2 Configuration menu
    Copy the full SHA
    3df4ab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Update docs

    cory-miller committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1e31de5 View commit details
    Browse the repository at this point in the history
Loading