From c8c83bc2d3a39709f58e51919d882e718a8ce8b6 Mon Sep 17 00:00:00 2001
From: Jeremy Woertink <jeremywoertink@gmail.com>
Date: Sun, 13 Oct 2024 14:46:49 -0700
Subject: [PATCH] Release v0.5.0 (#51)

* Update dependencies and CI

* bump version for next release
---
 .github/workflows/ci.yml | 4 ++--
 shard.yml                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3358b81..f497104 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
     continue-on-error: false
     steps:
       - name: Download source
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Install Crystal
         uses: crystal-lang/install-crystal@v1
       - name: Install shards
@@ -32,7 +32,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     continue-on-error: false
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: crystal-lang/install-crystal@v1
         with:
           crystal: ${{ matrix.crystal_version }}
diff --git a/shard.yml b/shard.yml
index 3270ee7..2a5904c 100644
--- a/shard.yml
+++ b/shard.yml
@@ -1,5 +1,5 @@
 name: exception_page
-version: 0.4.1
+version: 0.5.0
 
 authors:
   - Paul Smith <paulcsmith0218@gmail.com>
@@ -14,7 +14,7 @@ dependencies:
 development_dependencies:
   lucky_flow:
     github: luckyframework/lucky_flow
-    version: ~> 0.9.1
+    version: ~> 0.10.0
   ameba:
     github: crystal-ameba/ameba
     version: ~> 1.5.0