Skip to content

Commit

Permalink
Update nedix/actions action to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot-github-app[bot] authored Nov 9, 2024
1 parent 6ffea3c commit 9b93c2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b93c2a

Please sign in to comment.