Skip to content

Commit 72540f2

Browse files
authored
Merge pull request #65 from IIIF/update_actions
Update actions
2 parents 844c76a + a536f72 commit 72540f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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') }}
@@ -67,4 +67,4 @@ jobs:
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"

.github/workflows/live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

0 commit comments

Comments
 (0)