Skip to content

Commit

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

Bump actions/checkout from 2.3.4 to 3.5.3
  • Loading branch information
Schnitzel authored Jul 8, 2023
2 parents f12428c + a378b76 commit d1fe269
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@v3.5.2"
uses: "actions/checkout@v3.5.3"

- name: "Set up Python"
uses: actions/setup-python@v4.6.1
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@v3.5.2"
uses: "actions/checkout@v3.5.3"

- 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@v3.5.2"
uses: "actions/checkout@v3.5.3"

- 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@v2.3.4
uses: actions/checkout@v3.5.3

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.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 @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v3.5.3"

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

0 comments on commit d1fe269

Please sign in to comment.