Skip to content

Commit

Permalink
Merge pull request #40 from Misiu/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.5.0

Bump actions/checkout from 3.3.0 to 3.5.0
  • Loading branch information
Misiu committed Apr 7, 2023
2 parents dcd2d46 + 217a287 commit 568fd4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3.3.0"
- uses: "actions/checkout@v3.5.0"

- name: HACS Action
uses: "hacs/action@main"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v3.3.0"
- uses: "actions/checkout@v3.5.0"

- name: HACS Action
uses: "hacs/action@main"
Expand All @@ -34,7 +34,7 @@ jobs:
- "3.11"
name: Check style formatting
steps:
- uses: "actions/checkout@v3.3.0"
- uses: "actions/checkout@v3.5.0"
- uses: "actions/[email protected]"
with:
python-version: "3.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Prepare release asset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: ZIP files
run: |
Expand Down

0 comments on commit 568fd4c

Please sign in to comment.