Skip to content

Commit 1618c7b

Browse files
authored
fix(ci): Bump action versions
fix(ci): Bump action versions
2 parents 6e8669b + e7f3733 commit 1618c7b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ jobs:
1919
PYTHON_VERSION: ["3.10"]
2020
timeout-minutes: 10
2121
permissions:
22+
contents: read
23+
actions: write
2224
id-token: write
2325
steps:
24-
- uses: actions/cache@v1
26+
- uses: actions/cache@v4
2527
with:
2628
path: ~/.cache/pip
2729
key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('setup.py') }}
2830
restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
29-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3032
with:
3133
fetch-depth: 0
32-
- uses: actions/setup-python@v2
34+
- uses: actions/setup-python@v5
3335
with:
3436
python-version: ${{ matrix.PYTHON_VERSION }}
3537
architecture: "x64"

0 commit comments

Comments
 (0)