Skip to content

Commit

Permalink
Merge pull request #988 from samschott/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-4.7.1

Bump actions/setup-python from 4.7.0 to 4.7.1
  • Loading branch information
samschott authored Oct 29, 2023
2 parents a90839a + 1bde3c0 commit f5d94f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
ref: website

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.x'
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: '3.x'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name != 'pull_request_target'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
if: github.event_name != 'pull_request_target'

- name: Set up Python 3.11
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: '3.11'

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: github.event_name != 'pull_request_target'

- name: Set up Python 3.11
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: '3.11'

Expand Down

0 comments on commit f5d94f0

Please sign in to comment.