Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Bump actions/github-script from 4.0.2 to 6.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4.0.2...v6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent 529da50 commit b8efce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker push ${IMAGE_BASE} --all-tags
- name: Lukk gamle bygg-issues
uses: actions/github-script@v4.0.2
uses: actions/github-script@v6.4.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Opprett issue, trigg deploy til dev-gcp
if: success()
uses: actions/github-script@v4.0.2
uses: actions/github-script@v6.4.1
with:
github-token: ${{secrets.NOTIFICATION}}
script: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Henter informasjon fra issuet
id: issue_comment
uses: actions/github-script@v5
uses: actions/github-script@v6.4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

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

0 comments on commit b8efce1

Please sign in to comment.