Skip to content

Commit 6fd2f90

Browse files
Upgrade GitHub Actions to latest versions
Updated GitHub Actions to use the latest versions of checkout, setup-python, and setup-node actions.
1 parent 90d081a commit 6fd2f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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"

0 commit comments

Comments
 (0)