Skip to content

Commit

Permalink
build(deps): bump zyborg/gh-action-buildnum from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [zyborg/gh-action-buildnum](https://github.com/zyborg/gh-action-buildnum) from 1 to 2.
- [Release notes](https://github.com/zyborg/gh-action-buildnum/releases)
- [Commits](zyborg/gh-action-buildnum@v1...v2)

---
updated-dependencies:
- dependency-name: zyborg/gh-action-buildnum
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and patrickuhlmann committed Jun 12, 2023
1 parent af0041e commit 039061e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: generate build number
id: build_number
uses: zyborg/gh-action-buildnum@v1.2.0
uses: zyborg/gh-action-buildnum@v2
with:
gist_token: ${{ secrets.GIST_TOKEN }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
needs: build_and_test
steps:
- name: get existing build number
uses: zyborg/gh-action-buildnum@v1
uses: zyborg/gh-action-buildnum@v2
id: lastBuildNum
with:
gist_token: ${{ secrets.GIST_TOKEN }}
Expand Down

0 comments on commit 039061e

Please sign in to comment.