Skip to content

Commit e1b2f27

Browse files
authored
Merge pull request #1 from VectorInstitute/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7b65c99 + 7770ece commit e1b2f27

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@v4
22+
uses: actions/checkout@v5
2323
- name: Detect package manager
2424
id: detect-package-manager
2525
run: |

0 commit comments

Comments
 (0)