Skip to content

Commit

Permalink
Merge pull request #1701 from grafana/dependabot/github_actions/gha-a…
Browse files Browse the repository at this point in the history
…48c7dd466

chore(deps): bump the gha group with 5 updates
  • Loading branch information
theSuess authored Oct 7, 2024
2 parents ad0301c + 1719d39 commit 70b6599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- id: changed-files
name: Get changed files
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c #v45.0.2
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c #v45.0.3
with:
files_ignore: |
**/*.md
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
version: v0.13.0

- name: Install chainsaw
uses: kyverno/[email protected].10
uses: kyverno/[email protected].11

- name: Create KinD cluster ${{ matrix.version }}
id: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
go-version-file: "go.mod"

- name: golangci-lint
uses: golangci/[email protected].0
uses: golangci/[email protected].1
with:
version: "v1.57.2"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install flux
uses: fluxcd/flux2/action@v2.3.0
uses: fluxcd/flux2/action@v2.4.0
- name: Clone repo
uses: actions/checkout@v4
- name: Prepare
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
version: v0.15.1

- name: Install cosign
uses: sigstore/cosign-installer@v3.6.0
uses: sigstore/cosign-installer@v3.7.0
with:
cosign-release: "v2.2.2"

Expand Down

0 comments on commit 70b6599

Please sign in to comment.