Skip to content

Commit

Permalink
Merge pull request #331 from Pirate-Weather/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/non-major-versions-5f967e2fbc

Bump actions/checkout from 4.2.1 to 4.2.2 in the non-major-versions group
  • Loading branch information
cloneofghosts authored Oct 23, 2024
2 parents 5675199 + 2e30145 commit a0c7d7d
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.2.1
uses: actions/checkout@v4.2.2

# 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.2.1"
- uses: "actions/checkout@v4.2.2"
- 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.2.1"
uses: "actions/checkout@v4.2.2"

- name: "Set up Python"
uses: actions/setup-python@v5.2.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 @@ -16,7 +16,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"

- 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.2.1"
- uses: "actions/checkout@v4.2.2"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand Down

0 comments on commit a0c7d7d

Please sign in to comment.