Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Bump actions/checkout from 3.2.0 to 3.3.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 6, 2023
1 parent a1ea232 commit e929449
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
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linting.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.4.0
Expand All @@ -44,7 +44,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: HACS validation
uses: "hacs/action@22.5.0"
Expand All @@ -57,7 +57,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3.2.0"
uses: "actions/checkout@v3.3.0"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.4.0"
with:
Expand Down

0 comments on commit e929449

Please sign in to comment.