Skip to content

Commit

Permalink
Bump checkout actions from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Nov 30, 2023
1 parent 522ace2 commit c73203b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -26,7 +26,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 @@ -38,7 +38,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 c73203b

Please sign in to comment.