Skip to content

Commit

Permalink
chore: desp5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPammer committed Feb 10, 2024
1 parent aaa9468 commit c7cb799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python 3
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.x"

- name: Install yamllint package.
run: pip3 install "yamllint==1.*"
Expand Down Expand Up @@ -140,9 +140,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: set up python 3
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.x"

- name: setup/activate pre-commit cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
Expand Down

0 comments on commit c7cb799

Please sign in to comment.