Skip to content

Commit ca2e5c4

Browse files
Update github actions (#448)
* Update github actions * Fix linting
1 parent a3cd4dd commit ca2e5c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959

6060
- name: Upload artifact
6161
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
62-
uses: actions/upload-pages-artifact@v2
62+
uses: actions/upload-pages-artifact@v3
6363
with:
6464
path: docs/.vitepress/dist
6565

6666
- name: Deploy to GitHub Pages
6767
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
68-
uses: actions/deploy-pages@v2
68+
uses: actions/deploy-pages@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"Amal Khezami <[email protected]>",
106106
"Anastasi Bakolias <[email protected]>",
107107
"Azharuddin <[email protected]>",
108+
"Bart Schriever <[email protected]>",
108109
109110
"Blair Anderson <[email protected]>",
110111
"Brian Hartvigsen <[email protected]>",

src/clients/core/tickets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const {Client} = require('../client');
133133
* @property {string} name - The name of the collaborator.
134134
*/
135135

136-
/**
136+
/**
137137
* @typedef {object} Via
138138
* @property {string} [channel] - How the ticket or event was created expressed as a via type or via id
139139
* @property {object} source - For some channels a source object gives more information about how or why the ticket or event was created

0 commit comments

Comments
 (0)