diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 956575e..a079153 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -34,7 +34,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 81520ab..8025d77 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: build_only: true jekyll_build_options: -d _site - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: page path: _site diff --git a/index.html b/index.html index 305607b..5536415 100644 --- a/index.html +++ b/index.html @@ -105,6 +105,6 @@
- Copyright © 2015-2024 The University of Reading. + Copyright © 2015-2026 The University of Reading.