Skip to content

Commit

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

Bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
freakboy3742 authored Jul 14, 2024
2 parents ba4fad3 + 7959dc1 commit 3a42783
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/[email protected]
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.X"
- name: Lint with Pre-commit
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.X"
- name: Install dependencies
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 3a42783

Please sign in to comment.