-
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 nedix/actions action to v0.8.4
- Loading branch information
1 parent
6ffea3c
commit 9b93c2a
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -14,6 +14,6 @@ jobs: | |
steps: | ||
- id: run-checks | ||
name: Run checks | ||
uses: nedix/actions/[email protected].2 | ||
uses: nedix/actions/[email protected].4 | ||
with: | ||
command: ./tests/index.sh |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
steps: | ||
- id: update-dependencies | ||
name: Update dependencies | ||
uses: nedix/actions/[email protected].2 | ||
uses: nedix/actions/[email protected].4 | ||
with: | ||
app_id: ${{ secrets.RENOVATE_APP_ID }} | ||
app_pem: ${{ secrets.RENOVATE_APP_PEM }} |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- id: update-package | ||
name: Update package | ||
uses: nedix/actions/[email protected].2 | ||
uses: nedix/actions/[email protected].4 | ||
with: | ||
platforms: linux/amd64,linux/arm64/v8 | ||
registry: docker.io | ||
|