File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 outputs :
1818 changed : ${{ steps.filter.outputs.changed }}
1919 steps :
20- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121 with :
2222 persist-credentials : false
2323 - name : 🔎 checking for changes
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 if : inputs.should-run == 'true'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919 with :
2020 fetch-depth : 0 # required for MinVer
2121 persist-credentials : false
2222
2323 - name : setup .NET
24- uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
24+ uses : actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
2525 with :
2626 global-json-file : global.json
2727 cache : true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 permissions :
1919 contents : read
2020 steps :
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222 with :
2323 sparse-checkout : global.json
2424 persist-credentials : false
2525
26- - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
26+ - uses : actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
2727 with :
2828 global-json-file : global.json
2929
You can’t perform that action at this time.
0 commit comments