Skip to content

Commit

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

chore(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 d0b4187 + 5c148d8 commit fbe4b57
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 @@ -184,7 +184,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 @@ -450,7 +450,7 @@ jobs:
name: indy_vdr.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 fbe4b57

Please sign in to comment.