Skip to content

Commit d07956e

Browse files
author
renovate-bot-github-app[bot]
authored
Merge pull request #66 from nedix/renovate/nedix-actions-0.x
Update nedix/actions action to v0.8.25
2 parents 2003705 + 313cd4d commit d07956e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- id: run-checks
1616
name: Run checks
17-
uses: nedix/actions/[email protected].24
17+
uses: nedix/actions/[email protected].25
1818
with:
1919
command: ./tests/index.sh

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- id: update-dependencies
1919
name: Update dependencies
20-
uses: nedix/actions/[email protected].24
20+
uses: nedix/actions/[email protected].25
2121
with:
2222
app_id: ${{ secrets.RENOVATE_APP_ID }}
2323
app_pem: ${{ secrets.RENOVATE_APP_PEM }}

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- id: update-package
1313
name: Update package
14-
uses: nedix/actions/[email protected].24
14+
uses: nedix/actions/[email protected].25
1515
with:
1616
platforms: linux/amd64,linux/arm64/v8
1717
registry: docker.io

0 commit comments

Comments
 (0)