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

Commit 3244203

Browse files
committed
ci: try fixing the release workflow
1 parent df49ea8 commit 3244203

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
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "version=v$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "mas-cli") | .version')" >> "$GITHUB_OUTPUT"
4444

4545
- name: Commit and tag using the GitHub API
46-
uses: actions/github-script@v5.2.0
46+
uses: actions/github-script@v6.4.1
4747
id: commit
4848
env:
4949
VERSION: ${{ steps.version.outputs.version }}
@@ -108,7 +108,7 @@ jobs:
108108
return commit.data.sha;
109109
110110
- name: Update the refs
111-
uses: actions/github-script@v5.2.0
111+
uses: actions/github-script@v6.4.1
112112
env:
113113
VERSION: ${{ steps.version.outputs.version }}
114114
COMMIT: ${{ steps.commit.outputs.result }}

0 commit comments

Comments
 (0)