Skip to content

Commit

Permalink
Merge pull request #51 from nedix/renovate/nedix-actions-0.x
Browse files Browse the repository at this point in the history
Update nedix/actions action to v0.8.10
  • Loading branch information
renovate-bot-github-app[bot] authored Jan 6, 2025
2 parents fde667d + 4492639 commit ac7eb54
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/run-checks@v0.8.9
uses: nedix/actions/run-checks@v0.8.10
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/update-dependencies@v0.8.9
uses: nedix/actions/update-dependencies@v0.8.10
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/update-package@v0.8.9
uses: nedix/actions/update-package@v0.8.10
with:
platforms: linux/amd64,linux/arm64/v8
registry: docker.io
Expand Down

0 comments on commit ac7eb54

Please sign in to comment.