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](hyperledger/indy-shared-gha@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 96e359d commit 68f427d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: setup
id: setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"
- name: testsNeeded
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PublishRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
uses: actions/checkout@v4
- name: get-release-info
id: get-release-info
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
with:
versionString: "${{ github.event.head_commit.message }}"
- name: workflow-setup
id: workflow-setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: setup
id: setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"
- name: testsNeeded
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
fetch-depth: 0
- name: extract branch
id: get-branch
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v2
with:
tag: ${{ github.ref }}
- name: get-release-info
id: get-release-info
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
with:
versionString: "${{ github.ref }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: /tmp/sovrin-deb/

- name: Publish sovrin-deb artifact
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2
with:
sourceDirectory: /tmp/sovrin-deb/
distribution: ${{ inputs.distribution }}
Expand Down

0 comments on commit 68f427d

Please sign in to comment.