Skip to content

Commit

Permalink
Merge pull request #390 from Schnitzel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
b-rowan committed Sep 25, 2024
2 parents 750f99d + 8621408 commit d9e79ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Set up Python"
uses: actions/setup-python@v5.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hass-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Run HACS validation"
uses: "hacs/action@main"
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

- name: "Adjust version number"
shell: "bash"
Expand Down

0 comments on commit d9e79ff

Please sign in to comment.