Skip to content

Commit 086c527

Browse files
authored
Merge pull request #245 from NMSCD/dependabot/github_actions/dev/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0555de9 + 15ca6fc commit 086c527

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

2020
- name: Run Tests
2121
run: |

0 commit comments

Comments
 (0)