Skip to content

Commit

Permalink
chore(deps): update foundry-rs/foundry-toolchain action to v1.1.1 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: App Token Issuer Releng Renovate Bot <376532+app-token-issuer-releng-renovate[bot]@users.noreply.github.com>
  • Loading branch information
app-token-issuer-releng-renovate[bot] and App Token Issuer Releng Renovate Bot authored Feb 20, 2024
1 parent 1c1f2ce commit 659e228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/ci-test-sol/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
run-install: "true"

- name: Setup foundry
uses: foundry-rs/foundry-toolchain@eef83bf8f46f7ccaae8377bb99cfa3a5aa40c348 # v1.1.0
uses: foundry-rs/foundry-toolchain@362aa1be8f31305295acb1032271acd5e9b99312 # v1.1.1
with:
version: ${{ inputs.foundry-version }}

Expand Down
2 changes: 1 addition & 1 deletion actions/cicd-build-publish-artifacts-ts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:

- name: Setup foundry
if: inputs.setup-foundry == 'true'
uses: foundry-rs/foundry-toolchain@eef83bf8f46f7ccaae8377bb99cfa3a5aa40c348 # v1.1.0
uses: foundry-rs/foundry-toolchain@362aa1be8f31305295acb1032271acd5e9b99312 # v1.1.1
with:
version: ${{ inputs.foundry-version }}

Expand Down

0 comments on commit 659e228

Please sign in to comment.