Skip to content

Commit 4a33d12

Browse files
committed
Update workflows
1 parent 534f42b commit 4a33d12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
name: Deploy
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- name: Git checkout
19+
uses: actions/checkout@v5
1920
- name: Install PNPM
2021
uses: pnpm/action-setup@v4
2122
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
name: Test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- name: Git checkout
15+
uses: actions/checkout@v5
1516
- name: Install PNPM
1617
uses: pnpm/action-setup@v4
1718
with:

0 commit comments

Comments
 (0)