Skip to content

Commit

Permalink
Merge pull request #224 from joeirimpan/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5.0.0

chore(deps): bump actions/setup-python from 4.6.0 to 5.0.0
  • Loading branch information
joeirimpan authored Jan 16, 2024
2 parents a21eb35 + 5bc1a6f commit 1493d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v5.0.0
- uses: pre-commit/[email protected]

tests:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/[email protected]

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

Expand Down

0 comments on commit 1493d19

Please sign in to comment.