Skip to content

Commit

Permalink
Merge pull request petretiandrea#87 from petretiandrea/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/checkout-2.4.0

Bump actions/checkout from 2.3.4 to 2.4.0
  • Loading branch information
petretiandrea authored Jan 6, 2022
2 parents 5147aa7 + 00c4cfc commit 63d649a
Show file tree
Hide file tree
Showing 2 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/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v2.3.1
Expand All @@ -42,7 +42,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v2.4.0"

- name: HACS validation
uses: "hacs/action@21.2.2"
Expand All @@ -55,7 +55,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v2.3.4"
uses: "actions/checkout@v2.4.0"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -64,7 +64,7 @@ jobs:
# name: Run tests
# steps:
# - name: Check out code from GitHub
# uses: "actions/checkout@v2.3.4"
# uses: "actions/checkout@v2.4.0"
# - name: Setup Python ${{ env.DEFAULT_PYTHON }}
# uses: "actions/setup-python@v2.3.1"
# with:
Expand Down

0 comments on commit 63d649a

Please sign in to comment.