Skip to content

Commit

Permalink
Bump the actions group with 1 update (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent e2324e6 commit f7ae3ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v4.7.1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python_versions: ${{ steps.info.outputs.python_versions }}
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Filter for core changes
uses: dorny/paths-filter@v2.11.1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }}
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: "2"
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
if: needs.info.outputs.run_pipeline == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
Expand Down

0 comments on commit f7ae3ad

Please sign in to comment.