mirror of
https://github.com/actions/cache
synced 2026-05-05 11:07:46 +02:00
docs: Update other actions in examples to the latest version
This commit is contained in:
@@ -553,7 +553,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
# The actions/cache step below uses this id to get the exact python version
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v6
|
||||
|
||||
⋮
|
||||
|
||||
|
||||
Reference in New Issue
Block a user