Skip to content

Commit 0834407

Browse files
authored
Merge pull request #14 from NMSCD/dependabot/github_actions/dev/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a099495 + 99db90d commit 0834407

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@v3
22+
uses: actions/checkout@v4
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
@@ -19,7 +19,7 @@ jobs:
1919

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

2424
- name: Test Build
2525
uses: Lenni009/test-build-vite-action@main

0 commit comments

Comments
 (0)