Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent bcab347 commit 4c4e144
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/[email protected].1
uses: actions/[email protected].7

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
Expand All @@ -74,7 +74,7 @@ jobs:
name: HACS Validation
steps:
- name: Check out the repository
uses: "actions/[email protected].1"
uses: "actions/[email protected].7"

- name: HACS validation
uses: "hacs/[email protected]"
Expand All @@ -86,7 +86,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].7
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 4c4e144

Please sign in to comment.