diff --git a/.github/workflows/registry-consistency-ci.yml b/.github/workflows/registry-consistency-ci.yml index 93f13cb..6c97941 100644 --- a/.github/workflows/registry-consistency-ci.yml +++ b/.github/workflows/registry-consistency-ci.yml @@ -44,7 +44,7 @@ jobs: - run: chmod 400 .ci/Manifest.toml if: ${{ matrix.version != 'nightly' }} - name: Cache artifacts and packages - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@v4 env: cache-name: cache-artifacts with: @@ -62,4 +62,4 @@ jobs: - run: julia --color=yes -e 'import Pkg; Pkg.Registry.update()' - run: .ci/instantiate.sh - run: julia --color=yes --project=.ci/ -e 'import Pkg; Pkg.precompile()' - - run: julia --project=.ci/ --color=yes -e 'import RegistryCI; RegistryCI.test(registry_deps=["https://github.com/JuliaRegistries/General"])' \ No newline at end of file + - run: julia --project=.ci/ --color=yes -e 'import RegistryCI; RegistryCI.test(registry_deps=["https://github.com/JuliaRegistries/General"])' diff --git a/.github/workflows/update_manifests.yml b/.github/workflows/update_manifests.yml index a1f87b5..e785be7 100644 --- a/.github/workflows/update_manifests.yml +++ b/.github/workflows/update_manifests.yml @@ -42,7 +42,7 @@ jobs: echo "The manifest file does not exist, so I will create a new manifest from scratch." fi - name: Cache artifacts - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@v4 env: cache-name: cache-artifacts with: @@ -106,4 +106,4 @@ jobs: title: '🤖 Update one or more manifest files in the `.ci` directory' body: '' labels: | - CI \ No newline at end of file + CI