Skip to content

Commit

Permalink
Merge pull request #50 from devolo/dependabot/github_actions/main/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
2Fake authored Mar 18, 2024
2 parents cc7019e + d667351 commit a9dfa4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a9dfa4f

Please sign in to comment.