Skip to content

Commit 8e94d9a

Browse files
authored
Updated copyright year and Jekyll workflow
* Updated copyright year in index.html (This is a trivial change to test the automated build) * Updated upload-artifact action to v4 * Updated ruby version in jekyll.yml using template in https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml
1 parent bbc7d29 commit 8e94d9a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37+
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3839
with:
3940
ruby-version: '3.1' # Not needed with a .ruby-version file
4041
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build_only: true
2020
jekyll_build_options: -d _site
2121

22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: page
2525
path: _site

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ <h5 class="list-group-item-heading"><img src="/img/GitHub-Mark-64px.png" width=3
105105
<div class="container footer">
106106
<hr>
107107
<p>
108-
Copyright &copy; 2015-2024 The University of Reading.
108+
Copyright &copy; 2015-2026 The University of Reading.
109109
</p>
110110
</div>

0 commit comments

Comments
 (0)