Skip to content

Commit

Permalink
Add/update GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitha1201 committed Mar 3, 2025
1 parent 163e87d commit 186a4d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: carsus/

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ env.XUVTOP }}
key: ${{ runner.os }}-${{ env.CHIANTI_DB_VER }}
Expand All @@ -48,7 +48,7 @@ jobs:
tar -zxf ${{ env.XUVTOP }}/chianti.tar.gz -C ${{ env.XUVTOP }}
if: steps.chianti-cache.outputs.cache-hit != 'true'

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: /tmp/atomic
key: ${{ env.CMFGEN_DB_VER }}
Expand Down Expand Up @@ -108,8 +108,7 @@ jobs:
working-directory: tardis-refdata

- name: Restore LFS cache
uses: actions/cache@v2
id: lfs-cache
uses: actions/cache@v3
with:
path: tardis-refdata/.git/lfs
key: ${{ runner.os }}-lfs-${{ hashFiles('tardis-refdata/.lfs-assets-id') }}-v${{ env.CACHE_NUMBER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ env.XUVTOP }}
key: ${{ env.CHIANTI_DB_VER }}
Expand All @@ -100,7 +100,7 @@ jobs:
tar -zxf ${{ env.XUVTOP }}/chianti.tar.gz -C ${{ env.XUVTOP }} --warning=none
if: steps.chianti-cache.outputs.cache-hit != 'true'

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: /tmp/atomic
key: ${{ env.CMFGEN_DB_VER }}
Expand Down

0 comments on commit 186a4d1

Please sign in to comment.