Skip to content

Commit 47b26fb

Browse files
committed
Update deps again
2 parents 3cdc076 + f7638a5 commit 47b26fb

File tree

8 files changed

+6637
-5027
lines changed

8 files changed

+6637
-5027
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
contents: read
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: Check Nixpkgs

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: DeterminateSystems/determinate-nix-action@v3
1919
- uses: DeterminateSystems/update-flake-lock@main
2020
with:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
validate:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- name: Validate YAML

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ runs:
202202
run: rm -f pr_body.txt pr_body.template
203203
- name: Create PR
204204
id: create-pr
205-
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
205+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
206206
with:
207207
base: ${{ inputs.base }}
208208
branch: ${{ inputs.branch }}

dist/index.js

Lines changed: 5931 additions & 4413 deletions
Large diffs are not rendered by default.

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"eslint-plugin-github": "^4.10.2",
4040
"eslint-plugin-import": "^2.32.0",
4141
"eslint-plugin-prettier": "^5.5.4",
42-
"prettier": "^3.6.2",
43-
"tsup": "^8.5.0",
42+
"prettier": "^3.7.3",
43+
"tsup": "^8.5.1",
4444
"typescript": "^5.9.3",
4545
"vitest": "^3.2.4"
4646
}

0 commit comments

Comments
 (0)