Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.6 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent bc66587 commit 999ff6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- name: Set up Python 3.10
uses: actions/[email protected]
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- "3.11"
- "3.12"
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6

- name: Set up Python
uses: actions/[email protected]
Expand Down

0 comments on commit 999ff6b

Please sign in to comment.