Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nedix/actions action to v0.8.15 #70

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].14
uses: nedix/actions/[email protected].15
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].14
uses: nedix/actions/[email protected].15
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].14
uses: nedix/actions/[email protected].15
with:
platforms: linux/amd64,linux/arm64/v8
registry: docker.io
Expand Down