Skip to content

Commit 6d0ae5b

Browse files
authored
Merge pull request #537 from abraham/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5e4102c + 09c9249 commit 6d0ae5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
permissions:
88
contents: read # for actions/checkout
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- name: Use Node.js
1313
uses: actions/setup-node@v6

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup Node.js
1616
uses: actions/setup-node@v6

.github/workflows/update.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 code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

0 commit comments

Comments
 (0)