Skip to content

Commit

Permalink
Merge pull request #10 from GtheSheep/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4

ci: bump actions/setup-python from 2 to 4
  • Loading branch information
GtheSheep authored May 25, 2024
2 parents a54ddef + ed17879 commit f83fdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand Down

0 comments on commit f83fdea

Please sign in to comment.