Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 4362bb9

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump actions/github-script from 7.0.0 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3024744 commit 4362bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm version "${{ steps.next.outputs.version }}" --no-git-tag-version
5656

5757
- name: Commit and tag using the GitHub API
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
id: commit
6060
env:
6161
VERSION: ${{ steps.next.outputs.version }}
@@ -124,7 +124,7 @@ jobs:
124124
return commit.data.sha;
125125
126126
- name: Update the refs
127-
uses: actions/[email protected].0
127+
uses: actions/[email protected].1
128128
env:
129129
VERSION: ${{ steps.next.outputs.version }}
130130
COMMIT: ${{ steps.commit.outputs.result }}

0 commit comments

Comments
 (0)