diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-10-27 21:34:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-27 21:34:32 +0100 |
commit | e80d75cbe32978e53038d8598f594b58a6122c3c (patch) | |
tree | 1184884c24f09659743c2f010f6869c289f7b08d /.github | |
parent | 47e70c5c3af3ae66f648f7fecb65cedfa8e9b0aa (diff) | |
download | spack-e80d75cbe32978e53038d8598f594b58a6122c3c.tar.gz spack-e80d75cbe32978e53038d8598f594b58a6122c3c.tar.bz2 spack-e80d75cbe32978e53038d8598f594b58a6122c3c.tar.xz spack-e80d75cbe32978e53038d8598f594b58a6122c3c.zip |
gha: circular imports: pin (#47248)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/valid-style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml index b72acfaadd..ad96ff2cc5 100644 --- a/.github/workflows/valid-style.yml +++ b/.github/workflows/valid-style.yml @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: haampie/circular-import-fighter - ref: 555519c6fd5564fd2eb844e7b87e84f4d12602e2 + ref: 9f60f51bc7134e0be73f27623f1b0357d1718427 path: circular-import-fighter - name: Install dependencies working-directory: circular-import-fighter |