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: c85c95e3d7251135ab7dc9ce3241c5835cc595a9
Choose a base ref
...
head repository: actions/checkout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f43a0e5ff2bd294095638e18286ca9a3d1956744
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 9, 2023

  1. Mark test scripts with Bash'isms to be run via Bash (#1377)

    In #1369, I mistakenly replaced the hash-bang lines in the two new
    scripts with `#!/bin/sh`, missing that both files contain the Bash'ism
    `[[`. Symptom as per
    https://github.com/actions/checkout/actions/runs/5200323109/jobs/9378889172?pr=1369#step:12:5
    
        __test__/verify-sparse-checkout.sh: 58: [[: not found
    
    Let's change those hash-bang lines back to `#!/bin/bash`.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho authored Jun 9, 2023
    1
    Copy the full SHA
    96f5310 View commit details

Commits on Aug 16, 2023

  1. Add option to fetch tags even if fetch-depth > 0 (#579)

    * Add option to fetch tags even if fetch-depth > 0
    
    * Add jest tests for fetchDepth and fetchTags options
    RobertWieczoreck authored Aug 16, 2023
    3
    Copy the full SHA
    7739b9b View commit details

Commits on Aug 24, 2023

  1. Release 3.6.0 (#1437)

    luketomlinson authored Aug 24, 2023
    1
    Copy the full SHA
    f43a0e5 View commit details
Loading