diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml
index b7d49e94f..5d3a2666f 100644
--- a/.github/workflows/bridge.yml
+++ b/.github/workflows/bridge.yml
@@ -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 }}
@@ -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 }}
@@ -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 }}
diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml
index 9a2f253f9..d096ab784 100644
--- a/.github/workflows/docs-build.yml
+++ b/.github/workflows/docs-build.yml
@@ -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 }}
@@ -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 }}
diff --git a/docs/index.rst b/docs/index.rst
index 427f7e2ff..007ada3fc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -61,4 +61,4 @@ Carsus is a package to manage atomic datasets. It can read data from a variety o
.. seealso::
- Need help? Contact us `on Gitter `_.
+ Need help? Contact us `on Gitter `_.