Skip to content

Commit

Permalink
upgrading github actions for node20
Browse files Browse the repository at this point in the history
  • Loading branch information
grmpflh27 committed Feb 27, 2024
1 parent 7f6b34a commit bc11668
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

steps:
- name: Checkout git repository πŸ•
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up python3.11 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install poetry πŸ¦„
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.6.1

Expand Down Expand Up @@ -57,15 +57,15 @@ jobs:

steps:
- name: Checkout git repository πŸ•
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up python ${{ matrix.python-version }} 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install poetry πŸ¦„
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.2.2

Expand Down Expand Up @@ -96,15 +96,15 @@ jobs:

steps:
- name: Checkout git repository πŸ•
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python3.11 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install poetry πŸ¦„
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.2.2

Expand All @@ -126,10 +126,10 @@ jobs:

# steps:
# - name: Checkout git repository πŸ•
# uses: actions/checkout@v3
# uses: actions/checkout@v4

# - name: Set up python3.8 🐍
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: 3.8

Expand Down

0 comments on commit bc11668

Please sign in to comment.