Skip to content

Commit

Permalink
[#66]: Update versions for CI actions NJ12, and update copyright (#65)
Browse files Browse the repository at this point in the history
* Update versions for CI actions to fix nodejs 12 warning
* Update copyright details
  • Loading branch information
kvanbere authored Aug 26, 2023
1 parent 3087fcc commit 14c6b67
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: 'Setup hlint'
uses: rwe/actions-hlint-setup@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand All @@ -28,7 +28,7 @@ jobs:
stack --skip-ghc-check test --flag github-webhooks:ci --haddock --no-haddock-deps
stack sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: github-webhooks-macos-${{ matrix.stack-yaml }}-${{ github.sha }}
path: .stack-work/dist/
6 changes: 3 additions & 3 deletions .github/workflows/test-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
stack-version: 1.9

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand All @@ -47,7 +47,7 @@ jobs:
stack --skip-ghc-check test --flag github-webhooks:ci --haddock --no-haddock-deps
stack sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: github-webhooks-ubuntu-${{ matrix.stack-yaml }}-${{ github.sha }}
path: .stack-work/dist/
6 changes: 3 additions & 3 deletions .github/workflows/test-windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand All @@ -28,7 +28,7 @@ jobs:
stack --skip-ghc-check test --flag github-webhooks:ci --haddock --no-haddock-deps
stack sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: github-webhooks-windows-${{ matrix.stack-yaml }}-${{ github.sha }}
path: .stack-work/dist/
4 changes: 2 additions & 2 deletions github-webhooks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cabal-version: 1.12

name: github-webhooks
version: 0.17.0
synopsis: Aeson instances for GitHub Webhook payloads.
synopsis: Aeson instances for GitHub webhook payloads.
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/cuedo/github-webhooks#readme> for examples. Sponsored by <https://cuedo.com.au>.
category: GitHub
homepage: https://github.com/cuedo/github-webhooks#readme
Expand All @@ -21,7 +21,7 @@ author: Kyle Van Berendonck <kyle.vanberendonck@cuedo.com.au>,
Julien Debon,
Robert Hensing
maintainer: Kyle Van Berendonck <foss@cuedo.com.au>
copyright: (c) 2017-2022 Cuedo Control Engineering
copyright: (c) 2017-2023 CUEDO CONTROLS P/L
license: MIT
license-file: LICENSE
build-type: Simple
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ extra-source-files:
- stack-*.yaml
- CHANGELOG.md
- fixtures/*.json
synopsis: Aeson instances for GitHub Webhook payloads.
copyright: (c) 2017-2022 Cuedo Control Engineering
synopsis: Aeson instances for GitHub webhook payloads.
copyright: (c) 2017-2023 CUEDO CONTROLS P/L
author:
- Kyle Van Berendonck <kyle.vanberendonck@cuedo.com.au>
- Christian Sakai <christianmsakai@gmail.com>
Expand Down

0 comments on commit 14c6b67

Please sign in to comment.