Skip to content

Commit 2532478

Browse files
build(deps): bump the github-actions group with 4 updates (#1355)
Co-authored-by: Jason Cameron <git@jasoncameron.dev>
1 parent 6d9c0ab commit 2532478

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
push: true
5454

5555
- name: Apply k8s manifests to limsa lominsa
56-
uses: actions-hub/kubectl@2639090a038d46a3b9b98b220ae0837676ded8b7 # v1.34.3
56+
uses: actions-hub/kubectl@f6d776bd78f4523e36d6c74d34f9941c242b2213 # v1.35.0
5757
env:
5858
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
5959
with:
6060
args: apply -k docs/manifest
6161

6262
- name: Apply k8s manifests to limsa lominsa
63-
uses: actions-hub/kubectl@2639090a038d46a3b9b98b220ae0837676ded8b7 # v1.34.3
63+
uses: actions-hub/kubectl@f6d776bd78f4523e36d6c74d34f9941c242b2213 # v1.35.0
6464
env:
6565
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
6666
with:

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
go-version: '1.25.4'
3333

3434
- name: Cache playwright binaries
35-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
35+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3636
id: playwright-cache
3737
with:
3838
path: |

.github/workflows/package-builds-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
go tool yeet
4343
44-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
44+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4545
with:
4646
name: packages
4747
path: var/*

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "ARTIFACT_NAME=${{ matrix.test }}" | sed 's|/|-|g' >> $GITHUB_ENV
5757

5858
- name: Upload artifact
59-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
59+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6060
if: always()
6161
with:
6262
name: ${{ env.ARTIFACT_NAME }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Install the latest version of uv
24-
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
24+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2525

2626
- name: Run zizmor 🌈
2727
run: uvx zizmor --format sarif . > results.sarif

0 commit comments

Comments
 (0)