From 2ef15e53854bd2c3f6cfa17f4d6c7a80ac5a3e94 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 25 Jul 2023 12:53:29 +0100
Subject: [PATCH] Update actions/configure-pages action to v3 (#111)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/configure-pages](https://togithub.com/actions/configure-pages)
| action | major | `v2` -> `v3` |
---
### Release Notes
actions/configure-pages (actions/configure-pages)
### [`v3`](https://togithub.com/actions/configure-pages/compare/v2...v3)
[Compare
Source](https://togithub.com/actions/configure-pages/compare/v2...v3)
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/UCL-ARC/python-template).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roddy
---
.github/workflows/pages.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 934d3f61..d8f64bf8 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -41,7 +41,7 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
- uses: actions/configure-pages@v2
+ uses: actions/configure-pages@v3
with:
generator_config_file: docs/_config.yml
- name: Build with Jekyll