ci: pin varios actions to a proper semver version
Some checks failed
CI / Test (pull_request) Failing after 15s

This commit is contained in:
2026-02-14 18:58:39 +01:00
parent d48b37e0c2
commit c204b6d756
2 changed files with 10 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
with:
bun-version-file: ".bun-version"
# only required for cspell compatibility until a mature replacement is available