Skip to content

Commit

Permalink
FIX github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 9, 2023
1 parent 776d695 commit 66190eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
python-version: [ '3.10' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
python-version: [ '3.7', '3.10' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
environment: anubis
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand All @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
environment: anubis
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand All @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
environment: anubis
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand All @@ -159,7 +159,7 @@ jobs:
- theia-autosave
- theia-dockerd
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand All @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
environment: anubis
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
python-version: [ '3.10' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
node-version: [ 14.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 66190eb

Please sign in to comment.