File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 bundler-cache : true
2727 - run : gem install bundler
2828
29- - uses : actions/cache@v1
29+ - uses : actions/cache@v4
3030 with :
3131 path : vendor/bundle
3232 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
6767 token : ${{ secrets.GITHUB_TOKEN }}
6868 status : ${{ job.status }}
6969 deployment_id : ${{ steps.deployment.outputs.deployment_id }}
70- env_url : " https://guides.iiif.io"
70+ env_url : " https://guides.iiif.io"
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
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