mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-12-25 03:02:39 +01:00
⬆️ Update checkout and setup-python
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
parent
78de1c1477
commit
3bb30d66bd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_template_to_readme.yml
vendored
4
.github/workflows/_template_to_readme.yml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
architecture: "x64"
|
||||
|
|
Loading…
Reference in a new issue