We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e4102c + 09c9249 commit 6d0ae5bCopy full SHA for 6d0ae5b
.github/workflows/copilot-setup-steps.yml
@@ -7,7 +7,7 @@ jobs:
7
permissions:
8
contents: read # for actions/checkout
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
12
- name: Use Node.js
13
uses: actions/setup-node@v6
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
- name: Setup Node.js
16
.github/workflows/update.yml
@@ -15,7 +15,7 @@ jobs:
17
18
19
with:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
0 commit comments