Skip to content

Commit

Permalink
ci: Bump the actions group with 2 updates (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f725f99 commit 2a01739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
max-parallel: 3

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build and Inspect
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
file_glob: true

- name: Publish
uses: pypa/[email protected].0
uses: pypa/[email protected].2

0 comments on commit 2a01739

Please sign in to comment.