Skip to content

Commit

Permalink
Bump hyperledger/indy-shared-gha from 1 to 2 in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update: [hyperledger/indy-shared-gha](https://github.com/hyperledger/indy-shared-gha).


Updates `hyperledger/indy-shared-gha` from 1 to 2
- [Release notes](https://github.com/hyperledger/indy-shared-gha/releases)
- [Commits](v1...v2)

---
updated-dependencies:
- dependency-name: hyperledger/indy-shared-gha
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and WadeBarnes committed Apr 18, 2024
1 parent 9c5672c commit 333e0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Set Build Version
id: version
uses: hyperledger/indy-shared-gha/.github/actions/set-version@v1
uses: hyperledger/indy-shared-gha/.github/actions/set-version@v2
with:
moduleName: ${{ inputs.moduleName }}
isDev: ${{ inputs.isDev }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Set Build Version
id: version
uses: hyperledger/indy-shared-gha/.github/actions/set-version@v1
uses: hyperledger/indy-shared-gha/.github/actions/set-version@v2
with:
moduleName: ${{ inputs.moduleName }}
isDev: ${{ inputs.isDev }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: to_publish

- name: Publish Artifacts
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2
with:
sourceDirectory: ./to_publish
distribution: ${{ inputs.distribution }}
Expand All @@ -65,7 +65,7 @@ jobs:
path: ./third-party-dependencies_to_publish

- name: Publish 3rd Party Dependencies
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2
with:
sourceDirectory: ./third-party-dependencies_to_publish
distribution: ${{ inputs.distribution }}
Expand Down

0 comments on commit 333e0b3

Please sign in to comment.