Skip to content

chore(deps): update jdx/mise-action action to v2.0.6 (#104) #55

chore(deps): update jdx/mise-action action to v2.0.6 (#104)

chore(deps): update jdx/mise-action action to v2.0.6 (#104) #55

Workflow file for this run

# Prime cache, as per https://medium.com/@everton.spader/how-to-cache-package-dependencies-between-branches-with-github-actions-e6a19f33783a
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on:
push:
branches:
- "main"
# Declare default permissions as read only.
permissions: read-all
name: update-cache
jobs:
build-cache:
name: Build Cache
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: cache mise
uses: jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v2.0.6
with:
experimental: true
cache: true