Skip to content

Commit 80fd478

Browse files
authored
Merge pull request #48 from emacs-twist/renovate/actions
chore(deps): pin dependencies
2 parents 4610b76 + 048432e commit 80fd478

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
update:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

17-
- uses: cachix/install-nix-action@v31
17+
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
1818
with:
1919
extra_nix_config: |
2020
accept-flake-config = true

.github/workflows/update-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
update:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

21-
- uses: cachix/install-nix-action@v31
21+
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641 # v31
2222
with:
2323
extra_nix_config: |
2424
accept-flake-config = true
@@ -41,7 +41,7 @@ jobs:
4141
git rm -f --cached flake.lock
4242
4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v7
44+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
4545
with:
4646
title: 'Update the library lists'
4747
commit-message: 'chore: Update the library lists'

0 commit comments

Comments
 (0)