Skip to content

Commit

Permalink
Bump typescript from 5.2.2 to 5.3.2 (#258)
Browse files Browse the repository at this point in the history
* Bump typescript from 5.2.2 to 5.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* npm run all

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: brookesargent <[email protected]>
  • Loading branch information
dependabot[bot] and brookesargent authored Dec 5, 2023
1 parent 2182087 commit d2c48ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ function run() {
'github.run_number': util.getEnv('GITHUB_RUN_NUMBER'),
'github.actor': util.getEnv('GITHUB_ACTOR'),
'github.repository': util.getEnv('GITHUB_REPOSITORY'),
'github.repository_owner': util.getEnv('GITHUB_REPOSITORY_OWNER'),
'github.repository_owner': util.getEnv('GITHUB_REPOSITORY_OWNER'), // undocumented
'github.event_name': util.getEnv('GITHUB_EVENT_NAME'),
'github.sha': util.getEnv('GITHUB_SHA'),
'github.ref': util.getEnv('GITHUB_REF'),
'github.head_ref': util.getEnv('GITHUB_HEAD_REF'),
'github.base_ref': util.getEnv('GITHUB_BASE_REF'),
'github.job': util.getEnv('GITHUB_JOB'),
'github.job': util.getEnv('GITHUB_JOB'), // undocumented
'github.matrix-key': core.getInput('matrix-key'),
'runner.os': util.getEnv('RUNNER_OS'),
'runner.os': util.getEnv('RUNNER_OS'), // undocumented
'meta.source': 'gha-buildevents'
});
// create a first step to time installation of buildevents
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"eslint": "^8.52.0",
"js-yaml": "^4.0.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}

0 comments on commit d2c48ad

Please sign in to comment.