Skip to content

Commit b3a503e

Browse files
authored
Merge pull request #243 from Lenni009/dependabot/github_actions/main/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents bbc4a2f + 695b9b6 commit b3a503e

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Determine Showtime
2727
run: |

.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@v5
18+
uses: actions/checkout@v6
1919

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

0 commit comments

Comments
 (0)