From 99efd8136fb3a1b5ca4e37cd841054afcdd3c636 Mon Sep 17 00:00:00 2001
From: treydock <tdockendorf@osc.edu>
Date: Mon, 21 Feb 2022 10:50:42 -0500
Subject: [PATCH] Fix Helm releasing to preserve creation timestamps (#3268)

---
 .github/workflows/helm-release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml
index 59b572a907..051c03ba44 100644
--- a/.github/workflows/helm-release.yaml
+++ b/.github/workflows/helm-release.yaml
@@ -44,7 +44,7 @@ jobs:
           version: v3.4.1
 
       - name: Run chart-releaser
-        uses: stefanprodan/helm-gh-pages@f1701eb82e4d4b82016e7965501c8b6d79feaec9 #v1.4.1
+        uses: stefanprodan/helm-gh-pages@b43a8719cc63fdb3aa943cc57359ab19118eab3f #v1.5.0
         with:
           token: "${{ secrets.GITHUB_TOKEN }}"
-          linting: off
\ No newline at end of file
+          linting: off