Skip to content

Commit 9580a67

Browse files
authored
Merge pull request #172 from Eisvana/dependabot/github_actions/dev/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 244d071 + a3e40ee commit 9580a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Setup Node
2626
uses: actions/setup-node@v4

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Test Build
2121
uses: Lenni009/test-build-vite-action@main

0 commit comments

Comments
 (0)