Skip to content

Commit

Permalink
chore(deps): update deps in workflows (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael authored Jul 10, 2024
1 parent a1263cc commit c6b86c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check flake.lock
uses: DeterminateSystems/flake-checker-action@v5
uses: DeterminateSystems/flake-checker-action@v8
- name: Intall Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v12
with:
github-token: ${{ secrets.PAT }}
- name: Check repository
run: nix flake check
run: nix flake check
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Intall Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v12
with:
github-token: ${{ secrets.PAT }}
- name: Update flake.lock file
uses: DeterminateSystems/update-flake-lock@v21
uses: DeterminateSystems/update-flake-lock@v23
with:
sign-commits: true
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
pr-title: "chore(deps): update flake.lock"
pr-labels: |
type: deps
type: deps

0 comments on commit c6b86c2

Please sign in to comment.