Skip to content

Commit

Permalink
chore(deps): bump @actions/core from 1.9.1 to 1.10.1 (#34)
Browse files Browse the repository at this point in the history
* chore(deps): bump @actions/core from 1.9.1 to 1.10.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* ci: update workflow permissions

* [auto] Update build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Grandi <[email protected]>
Co-authored-by: EndBug <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent d8b26a7 commit 1926198
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
name: Build with @zeit/ncc
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4
- run: npm i
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

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 @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/EndBug/latest-tag#readme",
"dependencies": {
"@actions/core": "^1.9.1"
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@types/node": "^18.18.1",
Expand Down

0 comments on commit 1926198

Please sign in to comment.