Skip to content

Commit 4b5e7e7

Browse files
authored
chore: update github actions (#270)
1 parent 03dc1ba commit 4b5e7e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
github_access_token: ${{ github.token }}
1010

1111
- name: Cache Nix store
12-
uses: nix-community/cache-nix-action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7
12+
uses: nix-community/cache-nix-action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7.0.0
1313
with:
1414
primary-key: nix-${{ runner.os }}
1515

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1.0.22
34+
uses: anthropics/claude-code-action@7145c3e0510bcdbdd29f67cc4a8c1958f1acfa2f # v1.0.27
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737
allowed_tools: 'Bash,mcp__context7__resolve-library-id,mcp__context7__get-library-docs'

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Wait for CI to pass
26-
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
26+
uses: lewagon/wait-on-check-action@3603e826ee561ea102b58accb5ea55a1a7482343 # v1.4.1
2727
with:
2828
ref: ${{ github.event.pull_request.head.sha }}
2929
running-workflow-name: Dependabot auto-merge

.github/workflows/nix-flake-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919

2020
- name: Setup Nix
2121
uses: ./.github/actions/setup-nix
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create Pull Request
3636
id: create-pr
3737
if: steps.check-changes.outputs.changed == 'true'
38-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
38+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
commit-message: 'chore(deps): update nix flake inputs'

0 commit comments

Comments
 (0)