Skip to content

Commit 362e6eb

Browse files
renovate[bot]jpenilla
authored andcommitted
Update actions/checkout action to v5
1 parent 1562fc3 commit 362e6eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build Preview Site and Upload Build Artifact"
1111
steps:
1212
- name: "checkout"
13-
uses: "actions/checkout@v4"
13+
uses: "actions/checkout@v5"
1414
with:
1515
fetch-depth: 0
1616
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and deploy
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Setup Bun
1515
uses: oven-sh/setup-bun@v2
1616
- name: Install frontend dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- uses: oven-sh/setup-bun@v2
1717
- run: bun install
1818
- run: cd web && bun run lint

0 commit comments

Comments
 (0)