Skip to content

Commit

Permalink
Merge pull request #41 from dmgbuild/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5.1.0

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
freakboy3742 committed Apr 1, 2024
2 parents 083c84f + b8b2de9 commit 5b185fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.2
- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.X"
- name: Lint with Pre-commit
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.2
- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.X"
- name: Install dependencies
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 5b185fe

Please sign in to comment.