Skip to content

Commit a34289b

Browse files
authored
Merge pull request #227 from NMSCD/dependabot/github_actions/dev/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents df79e7e + 25c23cb commit a34289b

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Build App
2525
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)