Skip to content

Commit

Permalink
chore(deps): update ExodusMovement/actions requirement to fe42bdd64ab…
Browse files Browse the repository at this point in the history
…283db272fdc3305f736f2c16c71b0

Updates the requirements on [ExodusMovement/actions](https://github.com/exodusmovement/actions) to permit the latest version.
- [Commits](https://github.com/exodusmovement/actions/commits/fe42bdd64ab283db272fdc3305f736f2c16c71b0)

---
updated-dependencies:
- dependency-name: ExodusMovement/actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 84818d4 commit fc77275
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@fe42bdd64ab283db272fdc3305f736f2c16c71b0
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand All @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 35
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@fe42bdd64ab283db272fdc3305f736f2c16c71b0
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand All @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 35
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ExodusMovement/actions/setup/lerna@06f077a9081a1e973586dde8870e7116873b9b84
- uses: ExodusMovement/actions/setup/lerna@fe42bdd64ab283db272fdc3305f736f2c16c71b0
with:
npm-token: ${{ secrets.NPM_TOKEN }}
disable-nx-cache: ${{ env.DISABLE_NX_CACHE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ExodusMovement/actions/setup/lerna@65b395a82884455e8dc0cbc32355d8864f1ec30c
- uses: ExodusMovement/actions/setup/lerna@fe42bdd64ab283db272fdc3305f736f2c16c71b0
with:
npm-token: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ExodusMovement/actions/setup/lerna@65b395a82884455e8dc0cbc32355d8864f1ec30c
- uses: ExodusMovement/actions/setup/lerna@fe42bdd64ab283db272fdc3305f736f2c16c71b0
with:
npm-token: ${{ secrets.NPM_TOKEN }}
- name: Install dependencies
Expand Down

0 comments on commit fc77275

Please sign in to comment.