Skip to content

Commit

Permalink
Bump actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and madhead committed Jul 15, 2024
1 parent e14d2d1 commit bc19798
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krzema12/github-actions-typing@v1
- uses: typesafegithub/github-actions-typing@v1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm install
- run: npm run all

- uses: stefanzweifel/git-auto-commit-action@v4.16.0
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: dist/**

Expand All @@ -34,7 +34,7 @@ jobs:

- run: git push --force --tags origin

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
name: v${{ steps.parsedVersion.outputs.major }}.${{ steps.parsedVersion.outputs.minor }}.${{ steps.parsedVersion.outputs.patch }}
tag_name: v${{ steps.parsedVersion.outputs.major }}.${{ steps.parsedVersion.outputs.minor }}.${{ steps.parsedVersion.outputs.patch }}
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-utils",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand All @@ -26,7 +26,7 @@
"author": "madhead <siarhei.krukau@gmail.com> (https://madhead.me)",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@types/semver": "^7.5.8",
"semver": "^7.6.2"
},
Expand Down

0 comments on commit bc19798

Please sign in to comment.