Skip to content

Commit 5cfec76

Browse files
authored
Merge pull request #1321 from BranchMetrics/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents e1d5ee2 + ff28e00 commit 5cfec76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependabot-merger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "oncall_slack_id=$slack_id" >> $GITHUB_OUTPUT
3838
3939
- name: Create PR
40-
uses: actions/github-script@v6
40+
uses: actions/github-script@v7
4141
id: create-pr
4242
with:
4343
script: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
echo "Current version is $(cat fastlane/.version)."
165165
echo "version=$(cat fastlane/.version)" >> $GITHUB_OUTPUT
166166
- name: Create GitHub Release
167-
uses: actions/github-script@v6
167+
uses: actions/github-script@v7
168168
with:
169169
script: |
170170
const createRelease = require('./.github/custom-scripts/create-release');
@@ -178,7 +178,7 @@ jobs:
178178
version: tagName,
179179
});
180180
- name: Upload Release Assets
181-
uses: actions/github-script@v6
181+
uses: actions/github-script@v7
182182
with:
183183
script: |
184184
const uploadAsset = require('./.github/custom-scripts/upload-asset');

0 commit comments

Comments
 (0)