Skip to content

Commit e6d5d1d

Browse files
chore(deps): update all non-major action updates
1 parent b9b901d commit e6d5d1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/auto-merge-release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write # Required to merge PRs
2222
pull-requests: write # Required to merge PRs
23-
uses: TimSchoenle/actions/.github/workflows/maintenance-timed-auto-pr-approve.yaml@79541da8d6aad30a0d1ef68d00ef67fe262d28eb # workflows-maintenance-timed-auto-pr-approve-v1.2.8
23+
uses: TimSchoenle/actions/.github/workflows/maintenance-timed-auto-pr-approve.yaml@906554409acab27e95301c6ac334dbaecfa0bda3 # workflows-maintenance-timed-auto-pr-approve-v1.2.9
2424
with:
2525
time_elapsed: ${{ inputs.time_elapsed || '7d' }}
2626
branch_pattern: 'release-please--branches--%'

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Coverage
2626
permissions:
2727
contents: read # Required to checkout the code
28-
uses: TimSchoenle/actions/.github/workflows/rust-coverage-codecov.yaml@4cc259b6dee1e74394faed473262cfc652f23bae # workflows-rust-coverage-codecov-v1.0.2
28+
uses: TimSchoenle/actions/.github/workflows/rust-coverage-codecov.yaml@da2570ccadc26a91e57c290c18082cff8e4345bb # workflows-rust-coverage-codecov-v1.0.3
2929
secrets:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
egress-policy: audit
162162

163-
- uses: TimSchoenle/actions/actions/helm/update-chart-version@6241cc8eb4faf6c4100456311e930cd3a4cb5770 # actions-helm-update-chart-version-v1.5.0
163+
- uses: TimSchoenle/actions/actions/helm/update-chart-version@182ae1b5e50aa67fc5c5c6dbcd780102ba36b2f6 # actions-helm-update-chart-version-v1.5.1
164164
with:
165165
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
166166
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

.github/workflows/renovate-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99
jobs:
1010
auto-approve-renovate:
1111
name: Auto Approve Renovate
12-
uses: TimSchoenle/actions/.github/workflows/maintenance-auto-approve-renovate.yaml@493fbeba475a3101703168292ed82b97275e18f1 # workflows-maintenance-auto-approve-renovate-v1.3.1
12+
uses: TimSchoenle/actions/.github/workflows/maintenance-auto-approve-renovate.yaml@dcc680cb23185ce97f8f92602cb036c625a43b3c # workflows-maintenance-auto-approve-renovate-v1.3.2
1313
permissions:
1414
pull-requests: write # To approve PRs
1515
with:

0 commit comments

Comments
 (0)