Skip to content

Commit

Permalink
build(deps): bump the actions group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent f899112 commit 3e05617
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python_cache_key: ${{ steps.generate_python_cache_key.outputs.key }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Filter for core changes
uses: dorny/[email protected]
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -99,11 +99,11 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: "2"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore full Python ${{ steps.python.outputs.python-version }} virtual environment
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
- name: Install pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit 3e05617

Please sign in to comment.