-
-
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.
Update actions/checkout action to v3.3.0
- Loading branch information
1 parent
52338eb
commit 61a9560
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
# Define if tests and push should be run against which versions/platforms | ||
- name: Prepare | ||
|
@@ -106,7 +106,7 @@ jobs: | |
- tag-does-not-exist | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
- | ||
name: Run Labeler | ||
uses: crazy-max/[email protected] |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the codebase. | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
- name: Hadolint Action | ||
# You may pin to the exact commit or the version. | ||
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the codebase. | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v3.3.0 | ||
|
||
- name: Set up Python 3. | ||
uses: actions/[email protected] | ||
|