-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
9e8a0bc
commit 48d9b4c
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ permissions: | |
|
||
jobs: | ||
automerge: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ permissions: | |
|
||
jobs: | ||
static: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
security: | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | ||
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
chain-bench: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
|
||
jobs: | ||
refresh_presentation_branch: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
with: | ||
target_branch: main | ||
secrets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ on: | |
|
||
jobs: | ||
update_release_draft: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].11 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
act 0.2.70 | ||
act 0.2.71 | ||
argo 3.4.5 | ||
argocd 2.13.2 | ||
argocd 2.13.3 | ||
chezmoi 2.40.0 | ||
direnv 2.35.0 | ||
github-cli 2.63.2 | ||
github-cli 2.65.0 | ||
golang 1.23.4 | ||
gopass 1.15.5 | ||
helm 3.16.4 | ||
hugo 0.139.5 | ||
hugo 0.140.2 | ||
jq 1.6 | ||
k9s 0.27.4 | ||
kind 0.26.0 | ||
kubectl 1.32.0 | ||
kustomize 5.5.0 | ||
kubectl 1.32.1 | ||
kustomize 5.6.0 | ||
mc RELEASE.2020-11-25T23-04-07Z | ||
packer 1.11.2 | ||
python 3.13.1 | ||
shfmt 3.10.0 | ||
talhelper 1.8.0 | ||
talosctl 1.4.6 | ||
task 3.33.1 | ||
terraform 1.10.2 | ||
terraform 1.10.4 | ||
vagrant 2.3.4 | ||
vale 3.0.1 | ||
vendir 0.32.2 | ||
yq 4.44.6 | ||
yq 4.45.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mkdocs==1.6.1 | ||
mkdocs-include-markdown-plugin==7.1.2 | ||
pymdown-extensions==10.12 | ||
pymdown-extensions==10.14 | ||
mkdocs-material==9.5.49 |