Skip to content

Commit

Permalink
fix(deps): update dependency globby to v14.0.2 (#841)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency globby to v14.0.2

* Update create-release.ts

* Update create-release.ts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars committed Jun 30, 2024
1 parent 109df02 commit 3a7fc87
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@actions/github": "6.0.0",
"@iarna/toml": "2.2.5",
"execa": "9.3.0",
"globby": "14.0.1",
"globby": "14.0.2",
"json5": "2.2.3",
"string-argv": "0.3.2",
"tslib": "2.6.3"
Expand Down
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/create-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'node:fs';

import * as core from '@actions/core';
import { getOctokit, context } from '@actions/github';
import { GitHub } from '@actions/github/lib/utils';
import type { GitHub } from '@actions/github/lib/utils';

interface Release {
id: number;
Expand Down

0 comments on commit 3a7fc87

Please sign in to comment.