Skip to content

Commit 1ef34ef

Browse files
authored
Merge pull request #294 from NMSCD/dependabot/github_actions/dev/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4028ad8 + aa5d7dd commit 1ef34ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 Repo
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- run: |
2525
npm ci

.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: Run Tests
2121
run: |

0 commit comments

Comments
 (0)