File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rm -rf ./tmp/
1111mkdir -p ./tmp/
1212
1313# This script is written to also work in for example cfengine/cfbs
14- # where we'd need to downooad cfbs.json.
14+ # where we'd need to download cfbs.json.
1515if [ ! -f ./cfbs.json ] ; then
1616 echo " No cfbs.json found in current working directory, downloading from GitHub"
1717 curl -L https://raw.githubusercontent.com/cfengine/build-index/refs/heads/master/cfbs.json -o ./tmp/cfbs.json
Original file line number Diff line number Diff line change 2222 # Steps represent a sequence of tasks that will be executed as part of the job
2323 steps :
2424 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626
2727 - name : Install cfbs with pip
2828 run : pip3 install cfbs
You can’t perform that action at this time.
0 commit comments