Skip to content

Commit 56cd9aa

Browse files
authored
Merge pull request #5 from VectorInstitute/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b46401f + df6fdeb commit 56cd9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Detect package manager
2424
id: detect-package-manager
2525
run: |

0 commit comments

Comments
 (0)