Skip to content

Commit 511bab2

Browse files
author
renovate-bot-github-app[bot]
authored
Merge pull request #55 from nedix/renovate/nedix-actions-0.x
Update nedix/actions action to v0.8.15
2 parents a526941 + e134ea0 commit 511bab2

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

0 commit comments

Comments
 (0)