Skip to content

Commit 0505da2

Browse files
chore(deps): update all github action (#137)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dagger/dagger-for-github](https://redirect.github.com/dagger/dagger-for-github) | action | patch | `v8.4.0` → `v8.4.1` | | [go-task/setup-task](https://redirect.github.com/go-task/setup-task) | action | minor | `v1.0.0` → `v1.1.0` | --- ### Release Notes <details> <summary>dagger/dagger-for-github (dagger/dagger-for-github)</summary> ### [`v8.4.1`](https://redirect.github.com/dagger/dagger-for-github/releases/tag/v8.4.1) [Compare Source](https://redirect.github.com/dagger/dagger-for-github/compare/v8.4.0...v8.4.1) #### What's Changed - update README.md for v8.4.0 by [@&#8203;kpenfound](https://redirect.github.com/kpenfound) in [#&#8203;204](https://redirect.github.com/dagger/dagger-for-github/pull/204) - Avoid unnecessary curl by [@&#8203;perwestling](https://redirect.github.com/perwestling) in [#&#8203;206](https://redirect.github.com/dagger/dagger-for-github/pull/206) #### New Contributors - [@&#8203;perwestling](https://redirect.github.com/perwestling) made their first contribution in [#&#8203;206](https://redirect.github.com/dagger/dagger-for-github/pull/206) **Full Changelog**: <dagger/dagger-for-github@v8.4.0...v8.4.1> </details> <details> <summary>go-task/setup-task (go-task/setup-task)</summary> ### [`v1.1.0`](https://redirect.github.com/go-task/setup-task/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/go-task/setup-task/compare/v1.0.0...v1.1.0) #### What's Changed - feat: add configurable HTTP retry for API requests ([#&#8203;7](https://redirect.github.com/go-task/setup-task/pull/7) by [@&#8203;vmaerten](https://redirect.github.com/vmaerten)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/postgres-extensions-containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5e2363 commit 0505da2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bake_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
persist-credentials: false
128128

129129
- name: Install Task
130-
uses: go-task/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1.0.0
130+
uses: go-task/setup-task@70f2430ad412f838533de8c0515c749ffb2b8bd3 # v1.1.0
131131

132132
- name: Install Dagger
133133
env:

.github/workflows/update-catalogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Update catalogs
3838
id: update-extension-catalogs
39-
uses: dagger/dagger-for-github@496f1b3d8b0d823834c13e67cf8a8e08ca3b9602 # v8.4.0
39+
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
4040
env:
4141
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
4242
DAGGER_VERSION: 0.20.1

.github/workflows/update_os_libraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Fetch extensions
2727
id: get-extensions-dagger
28-
uses: dagger/dagger-for-github@496f1b3d8b0d823834c13e67cf8a8e08ca3b9602 # v8.4.0
28+
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
2929
env:
3030
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
3131
DAGGER_VERSION: 0.20.1
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Update OS libs for ${{ matrix.extension }}
66-
uses: dagger/dagger-for-github@496f1b3d8b0d823834c13e67cf8a8e08ca3b9602 # v8.4.0
66+
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
6767
env:
6868
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
6969
DAGGER_VERSION: 0.20.1

0 commit comments

Comments
 (0)