Skip to content

Commit

Permalink
Bump the github group with 1 update (#5255)
Browse files Browse the repository at this point in the history
Bumps the github group with 1 update: [actions/github-script](https://github.com/actions/github-script).

- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 33a5395 commit a439b33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
docker push ${IMAGE_BASE} --all-tags
- name: Lukk gamle issues
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Opprett deployment issue
id: createdeployissue
if: success()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Trigg deploy til dev-fss
if: success()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GA_P_TOKEN}}
script: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/promote-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Henter informasjon fra issuet
id: issue_comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Oppdater kommentar med deployment status ved feil
if: failure()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Oppdater kommentar med deployment status
if: success()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit a439b33

Please sign in to comment.