Skip to content

Commit 22d5d35

Browse files
Update actions/setup-python action to v5 (#2364)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf <[email protected]>
1 parent c097a0e commit 22d5d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Unit Tests
99
steps:
1010
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
11-
- uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
11+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
1212
with:
1313
python-version: '3.x'
1414
- run: git fetch --prune --unshallow --tags

0 commit comments

Comments
 (0)