Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ExodusMovement/actions from 06f077a9081a1e973586dde8870e7116873b9b84 to f6b162dad12c7386fbbc91a564051db884839cab #54

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@f6b162dad12c7386fbbc91a564051db884839cab
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand All @@ -45,7 +45,7 @@ jobs:
timeout-minutes: 35
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@f6b162dad12c7386fbbc91a564051db884839cab
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand All @@ -61,7 +61,7 @@ jobs:
timeout-minutes: 35
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@f6b162dad12c7386fbbc91a564051db884839cab
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand Down
Loading