Skip to content

Commit

Permalink
Merge branch 'tallaxes/update-action-dependabot' into tallaxes/karpen…
Browse files Browse the repository at this point in the history
…ter-bump-1.1.0
  • Loading branch information
tallaxes committed Dec 3, 2024
2 parents f4fbb63 + 31d672d commit 38fde87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ description: 'Installs Go Downloads and installs Karpenter Dependencies'
inputs:
k8sVersion:
description: Kubernetes version to use when installing the toolchain
default: "1.27.x"
default: "1.31.x"
runs:
using: "composite"
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
id: setup-go
with:
go-version-file: go.mod
check-latest: true
cache-dependency-path: "**/go.sum"
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
- run: sudo chown "$USER" /usr/local
shell: bash
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-toolchain
with:
path: |
Expand All @@ -26,4 +27,4 @@ runs:
shell: bash
env:
K8S_VERSION: ${{ inputs.k8sVersion }}
run: make toolchain
run: make toolchain
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,11 @@ updates:
action-deps:
patterns:
- '*'
- package-ecosystem: github-actions
directory: .github/actions/install-deps
schedule:
interval: weekly
groups:
action-deps:
patterns:
- '*'

0 comments on commit 38fde87

Please sign in to comment.