Skip to content

Commit

Permalink
Update all github workflows to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Nov 30, 2023
1 parent c73203b commit 3efca95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/action@main"
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Check style formatting
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
with:
python-version: "3.x"
Expand All @@ -35,7 +35,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: Setup Python
uses: "actions/setup-python@v4"
with:
Expand Down

0 comments on commit 3efca95

Please sign in to comment.