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.
1 parent 637e5df commit c96034cCopy full SHA for c96034c
.github/workflows/CI.yml
@@ -11,15 +11,15 @@ jobs:
11
steps:
12
# Checks out a copy of your repository on the ubuntu machine
13
- name: Checkout code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
16
- name: Setup npm
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
with:
19
node-version: '20'
20
21
- name: Setup Python
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@39c08a0eaaa1ab70dfc3ae407aa7529c334f20c8 # v5.5.0
23
24
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
25
0 commit comments