generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 3.1.0 to 3.3.0 (#2)
- Loading branch information
1 parent
cf8ed76
commit 57c807b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
- name: Set up Python ${{ env.PYTHON_VERSION }} | ||
uses: actions/[email protected] | ||
|
@@ -85,7 +85,7 @@ jobs: | |
path: ${{ fromJson(needs.find.outputs.addons) }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
- name: Check if the add-on is go-based | ||
id: check_is_go | ||
|