Skip to content

Commit

Permalink
checkout action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joedaws committed Nov 7, 2024
1 parent f25383d commit aedba80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3 # Updated to v3 for Node 20 compatibility
uses: actions/checkout@v4

- name: Setup Haskell Stack
uses: ./.github/actions/setup-stack # Use the custom Stack setup action
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chunktool
version: 0.3.0.4
version: 0.3.0.5
github: "joedaws/chunktool"
license: BSD3
author: "Joseph Daws Jr."
Expand Down

0 comments on commit aedba80

Please sign in to comment.