Skip to content

Commit

Permalink
Merge pull request #4306 from jenkins-infra/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/github-script-7

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
dduportal authored Sep 26, 2024
2 parents 4f8a524 + ac9be1e commit f1e6344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infra-meeting-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: "Generate markdown from current milestone"
id: milestones_as_markdown
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: "Create release"
id: create_release
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
CURRENT_DATE: ${{ steps.date.outputs.date }}
RELEASE_BODY: ${{steps.milestones_as_markdown.outputs.result}}
Expand Down

0 comments on commit f1e6344

Please sign in to comment.