Skip to content

Commit 90d081a

Browse files
Upgrade GitHub Actions to latest versions
Updated GitHub Actions to use the latest versions of checkout, Python, and Node.js setup actions.
1 parent 025a3db commit 90d081a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/1-copilot-coding-agent.md

Lines changed: 3 additions & 3 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"

0 commit comments

Comments
 (0)