Skip to content

Commit ea3f1ce

Browse files
author
renovate-bot-github-app[bot]
authored
Update nedix/actions action to v0.8.27
1 parent b2b7c05 commit ea3f1ce

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].26
17+
uses: nedix/actions/[email protected].27
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].26
20+
uses: nedix/actions/[email protected].27
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].26
14+
uses: nedix/actions/[email protected].27
1515
with:
1616
platforms: linux/amd64,linux/arm64/v8
1717
registry: docker.io

0 commit comments

Comments
 (0)