From 49b288816c0a4304d9af088be304562e4af220a8 Mon Sep 17 00:00:00 2001 From: Dan Garfield Date: Fri, 9 May 2025 08:49:11 -0600 Subject: [PATCH 1/3] Update banner for GitOpsCon EU Virtual Signed-off-by: Dan Garfield --- src/components/header.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/header.js b/src/components/header.js index 1f85f84..ffd137b 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -23,10 +23,10 @@ const Header = ({ color, hasBanner }) => { {hasBanner && (
)} From e6853f5e2b2897ce85064104f8c02252108da97b Mon Sep 17 00:00:00 2001 From: Dan Garfield Date: Fri, 9 May 2025 08:54:12 -0600 Subject: [PATCH 2/3] Update src/components/header.js Signed-off-by: Dan Garfield --- src/components/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.js b/src/components/header.js index ffd137b..7f6e509 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -24,7 +24,7 @@ const Header = ({ color, hasBanner }) => {
From 7deed05e525dba7d305c5a9db4cfcd01ac2786d8 Mon Sep 17 00:00:00 2001 From: Dan Garfield Date: Fri, 9 May 2025 10:20:59 -0600 Subject: [PATCH 3/3] Update pr-check.yml Update checkout and setup-node to v4 Signed-off-by: Dan Garfield --- .github/workflows/pr-check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index f5a61d5..188045b 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -8,11 +8,11 @@ on: jobs: check: name: Pull Request Lint/Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14' cache: npm