Skip to content

Commit bb87662

Browse files
authored
Merge pull request #314 from microsoftgraph/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 07eba02 + b3e9e70 commit bb87662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [ 18.x, 20.x ]
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Setup Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v6
2525
with:

0 commit comments

Comments
 (0)