Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent d4a225b commit 4927e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
needs: tag
steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Setup Python 3.9
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Pre-commit
steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Setup Latest Python
uses: actions/[email protected]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
name: Python ${{ matrix.python-version }}
steps:
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Setup Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 4927e6e

Please sign in to comment.