Skip to content

Commit

Permalink
Merge pull request #480 from nordicopen/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1
  • Loading branch information
astrandb authored Oct 23, 2024
2 parents 510107e + af3dd40 commit 383c0b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.7'
- uses: 'actions/checkout@v4.2.1'
- uses: home-assistant/actions/hassfest@master
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_hacs.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.7'
- uses: 'actions/checkout@v4.2.1'
- name: HACS validation
uses: 'hacs/action@main'
with:
Expand Down

0 comments on commit 383c0b5

Please sign in to comment.