Skip to content

Commit 8188393

Browse files
d4mationdefunctl
andauthored
Apply suggestions from code review
Co-authored-by: Justin <defunctl@users.noreply.github.com>
1 parent 6b2cb5b commit 8188393

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- uses: oven-sh/setup-bun@v2
99
- run: bun install --frozen-lockfile
1010
- run: bun run lint

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- uses: oven-sh/setup-bun@v2
99
- run: bun install --frozen-lockfile
1010
- name: Setup git
1111
run: |
12-
git config --global user.name "GitHub Actions"
13-
git config --global user.email "<>"
12+
git config --global user.name "StellarWP GitHub Action"
13+
git config --global user.email "action@github.com"
1414
- run: bun run test

0 commit comments

Comments
 (0)