Skip to content

Commit c96034c

Browse files
committed
update workflow
1 parent 637e5df commit c96034c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
steps:
1212
# Checks out a copy of your repository on the ubuntu machine
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Setup npm
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version: '20'
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@39c08a0eaaa1ab70dfc3ae407aa7529c334f20c8 # v5.5.0
2323
with:
2424
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525

0 commit comments

Comments
 (0)