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/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: 'main'
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
# 1. Check-out repository
- name: Check-out repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Make sure version isn't odd
run: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
# 0. Setup git
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Git
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
# 1. Check-out repository
- name: Check-out repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# 2. Install npm dependencies
- name: Use Node.js from .nvmrc
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- build
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Git
run: |
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
steps:
# 0. Setup git
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# 1. Check-out repository
- name: Check-out repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# 2. Install npm dependencies
- name: Use Node.js from .nvmrc
Expand Down
Loading