Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Renovate
uses: renovatebot/github-action@v43.0.14
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Repository Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v20
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Repository Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: update_flake_lock_action

Expand Down