Skip to content

Commit 2c8df7e

Browse files
committed
Pin used actions to commits; update them to the latest, including actions/checkout (which was v1 and was deprecated 2025-02-01)
1 parent 52fe02e commit 2c8df7e

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
@@ -5,18 +5,18 @@ jobs:
55
runs-on: ubuntu-20.04
66

77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99

1010
- name: Set up JS requirements
1111
run: npm install
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1515
with:
1616
python-version: "3.9"
1717

1818
- id: cache
19-
uses: actions/cache@v1
19+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2020
with:
2121
path: ~/.cache/pip
2222
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_requirements.txt') }}

0 commit comments

Comments
 (0)