Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Updating the GH actions to the latest versions to fix deprecation warnings.
  • Loading branch information
ahankinson authored Oct 13, 2023
1 parent 5eb9673 commit 16552b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Configure staging build
run: sed -i 's/https:\/\/rism\.info/https:\/\/stage\.rism\.info/g' _config.yml
if: endsWith(github.ref, '/staging')

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v2.1.0
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}-v2
restore-keys: |
${{ runner.os }}-gems-v2
# Tune the jekyll action
- uses: lemonarc/[email protected]
- uses: lemonarc/[email protected]

0 comments on commit 16552b6

Please sign in to comment.