Skip to content

Commit

Permalink
Merge pull request #301 from Pirate-Weather/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
cloneofghosts committed Aug 24, 2024
2 parents 9ed34cc + 55416ca commit 4cd455a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.1.6"
- uses: "actions/checkout@v4.1.7"
- uses: home-assistant/actions/hassfest@master
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.6"
uses: "actions/checkout@v4.1.7"

- name: "Set up Python"
uses: actions/setup-python@v5.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.6"
uses: "actions/checkout@v4.1.7"

- name: "Adjust version number"
shell: "bash"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.1.6"
- uses: "actions/checkout@v4.1.7"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand Down

0 comments on commit 4cd455a

Please sign in to comment.