Skip to content

Commit

Permalink
Merge pull request #235 from hyperledger/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-actions-b2fdffd992

build(deps): bump a7ul/tar-action from 1.1.3 to 1.2.0 in the all-actions group
  • Loading branch information
WadeBarnes authored Apr 8, 2024
2 parents 9a8f034 + e265cb6 commit 37e867e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
mkdir release-artifacts
cp target/${{ matrix.target }}/release/${{ matrix.lib }} release-artifacts/
- uses: a7ul/tar-action@v1.1.3
- uses: a7ul/tar-action@v1.2.0
if: |
github.event_name == 'release' ||
(github.event_name == 'workflow_dispatch' && github.event.inputs.publish-binaries == 'true')
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
name: aries_askar.xcframework
path: mobile/ios/

- uses: a7ul/tar-action@v1.1.3
- uses: a7ul/tar-action@v1.2.0
with:
command: c
files: ./mobile
Expand Down

0 comments on commit 37e867e

Please sign in to comment.