Skip to content

Commit

Permalink
Merge pull request #9 from zeronounours/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.5.2

Bump actions/checkout from 2.3.4 to 3.5.2
  • Loading branch information
zeronounours authored May 23, 2023
2 parents c7257ae + a5d7755 commit 3df4221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
issues: write
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.5.2

- 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 @@ -13,7 +13,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2

- name: Adjust version number
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v3.5.2

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
name: HACS
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v3.5.2"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand All @@ -53,15 +53,15 @@ jobs:
runs-on: "ubuntu-latest"
name: Hassfest
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v3.5.2"
- uses: "home-assistant/actions/hassfest@master"

tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v3.5.2
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/[email protected]"
with:
Expand Down

0 comments on commit 3df4221

Please sign in to comment.