Skip to content

Commit 75ec5e7

Browse files
authored
Merge pull request #219 from NMSCD/dependabot/github_actions/dev/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents ae167bf + 663a0e0 commit 75ec5e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.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 🛎️
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Build
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@v6
18+
uses: actions/checkout@v7
1919

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

0 commit comments

Comments
 (0)