Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 6ae38a5 commit 8ae9542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python_version: "3.11"

Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4

- 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"

- 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 8ae9542

Please sign in to comment.