Skip to content

Commit

Permalink
chore: bump internal references to v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Feb 27, 2024
1 parent 8b4c72d commit 037f548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chainlink-testing-framework/build-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
steps:
# Setup Tools and libraries
- name: Setup Go
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.3.6
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.3.7
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
go_version: ${{ inputs.go_version }}
Expand Down
2 changes: 1 addition & 1 deletion chainlink-testing-framework/run-tests-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
using: composite
steps:
- name: Setup Environment
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.3.6
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.3.7
with:
go_necessary: "false"
cache_restore_only: ${{ inputs.cache_restore_only }}
Expand Down
2 changes: 1 addition & 1 deletion chainlink-testing-framework/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
# Setup Tools and libraries
- name: Setup environment
if: inputs.run_setup == 'true'
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.3.6
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.3.7
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
go_version: ${{ inputs.go_version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
# Go setup and caching
- name: Setup Go
if: inputs.go_necessary == 'true'
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.3.6
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@v2.3.7
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
go_version: ${{ inputs.go_version }}
Expand Down

0 comments on commit 037f548

Please sign in to comment.