File tree Expand file tree Collapse file tree 3 files changed +2
-72
lines changed
Expand file tree Collapse file tree 3 files changed +2
-72
lines changed Original file line number Diff line number Diff line change 2424 # Steps represent a sequence of tasks that will be executed as part of the job
2525 steps :
2626 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828
2929 - name : Setup ruby
3030 uses : ruby/setup-ruby@v1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727
2828 - name : Export BRANCH_NAME # store branch name in $BRANCH_NAME
2929 run : echo BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments