Skip to content

Commit

Permalink
Merge pull request #66 from c-st/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4.1.1
  • Loading branch information
c-st authored Oct 24, 2023
2 parents c3a8df8 + 28e5e25 commit ebe765a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.5.3"
- uses: "actions/checkout@v4.1.1"

- name: "Set up Python"
uses: actions/[email protected]
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@v3.5.3"
uses: "actions/checkout@v4.1.1"

- name: "Adjust version number"
shell: "bash"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Hassfest Validation"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.5.3"
- uses: "actions/checkout@v4.1.1"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -21,7 +21,7 @@ jobs:
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.5.3"
- uses: "actions/checkout@v4.1.1"

- name: "Run HACS validation"
uses: "hacs/action@main"
Expand All @@ -32,7 +32,7 @@ jobs:
name: "Unit tests"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.5.3"
- uses: "actions/checkout@v4.1.1"

- name: "Set up Python"
uses: actions/[email protected]
Expand Down

0 comments on commit ebe765a

Please sign in to comment.