Skip to content

Commit

Permalink
Merge pull request #171 from pythonpune/ganeshhubale-patch-1
Browse files Browse the repository at this point in the history
Update actions versions
  • Loading branch information
ganeshhubale authored Oct 18, 2024
2 parents 8a5f9fe + 16e3d74 commit 44c3e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'
Expand All @@ -46,10 +46,10 @@ jobs:
python-version: [ '3.8', '3.9']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python-${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 44c3e28

Please sign in to comment.