Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #17 from barazo-forum/dependabot/github_actions/actions/checkout-6.0.2

chore(deps): bump actions/checkout from 4.3.1 to 6.0.2

authored by

Guido X Jansen and committed by
GitHub
f89b3802 3a3c538d

+2 -2
+1 -1
.github/workflows/ci.yml
··· 15 15 runs-on: ubuntu-latest 16 16 17 17 steps: 18 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 18 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 19 19 20 20 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 21 21
+1 -1
.github/workflows/publish.yml
··· 13 13 publish: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 16 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 17 17 18 18 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 19 19