Skip to content

Commit 4bc7df7

Browse files
authored
Merge pull request #94 from FidelusAleksander/patch-1
Upgrade GitHub Actions to latest versions
2 parents 025a3db + ca367f4 commit 4bc7df7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
# Backend setup - Python
1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222
cache: "pip"
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Frontend setup - Node.js
2828
- name: Set up Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: "22"
3232
cache: "npm"

docs/1-copilot-coding-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
contents: read
5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
# Backend setup - Python
6060
- name: Set up Python
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v6
6262
with:
6363
python-version: "3.13"
6464
cache: "pip"
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Frontend setup - Node.js
7070
- name: Set up Node.js
71-
uses: actions/setup-node@v4
71+
uses: actions/setup-node@v6
7272
with:
7373
node-version: "22"
7474
cache: "npm"
@@ -105,7 +105,7 @@ While every developer and organization understands the importance of documentati
105105

106106
![Assigning Copilot to an issue](images/ex4-issue-assign.png)
107107

108-
10. Click somewhere else on the page to close the assignment window. Shortly after, you should see a set of 👀 on the first comment in the issue, indicating Copilot is on the job!
108+
10. Click somewhere else on the page to close the assignment window. Shortly after, you should see a set of 👀 on the issue description, indicating Copilot is on the job!
109109

110110
![Copilot uses the eyes emoji to indicate it's working on the issue](images/ex4-issue-eyes.png)
111111

0 commit comments

Comments
 (0)