Skip to content

Commit

Permalink
Merge branch 'master' into TOOLS-2936
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike authored Jul 17, 2024
2 parents b76011f + 95985cd commit 4382b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cond: ${{ inputs.submodule != '' }}
if_true: aerospike-tools/${{ inputs.submodule }} # In this case we are expecting to checkout the tools package.
if_false: asbackup
- uses: kenchan0130/actions-system-info@master
- uses: kenchan0130/actions-system-info@v1.3.0
id: system-info
- name: install libuv
id: install-libuv
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
if: "${{ inputs.submodule == '' }}"

steps:
- uses: kenchan0130/actions-system-info@master
- uses: kenchan0130/actions-system-info@v1.3.0
id: system-info
- name: Get artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 4382b14

Please sign in to comment.