Skip to content

Commit c73c825

Browse files
chore(deps): pin dependencies (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c2179f commit c73c825

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/[email protected]
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
with:
3030
persist-credentials: false
3131
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install pre-commit
3737
run: |
3838
uv sync --locked --only-dev
39-
- uses: mschoettle/[email protected]
39+
- uses: mschoettle/pre-commit-action@0ffaba63d7e205c4109d6a3ca4ced5fc4decd04b # v4.2.3
4040
env:
4141
SKIP: markdownlint-cli2,reuse-lint-file
4242

@@ -60,7 +60,7 @@ jobs:
6060
needs:
6161
- lint
6262
steps:
63-
- uses: actions/[email protected]
63+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6464
with:
6565
persist-credentials: false
6666
# fetch the full git history to be able to determine creation dates for pages
@@ -77,7 +77,7 @@ jobs:
7777
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
7878
# weekly cache updates
7979
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
80-
- uses: actions/[email protected]
80+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8181
with:
8282
# weekly cache
8383
key: mkdocs-material-${{ env.cache_id }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: write
2121
steps:
22-
- uses: actions/[email protected]
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
with:
2424
persist-credentials: true
2525
# fetch the full git history to be able to determine creation dates for pages
@@ -41,7 +41,7 @@ jobs:
4141
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
4242
# weekly cache updates
4343
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
44-
- uses: actions/[email protected]
44+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4545
with:
4646
key: mkdocs-material-${{ env.cache_id }}
4747
path: .cache

0 commit comments

Comments
 (0)