Skip to content

Commit

Permalink
Merge pull request #33 from controlplaneio-fluxcd/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions-5f967e2fbc

Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
  • Loading branch information
stefanprodan authored Oct 28, 2024
2 parents 65f8121 + de2ab70 commit 5c39246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
packages: write # for pushing and signing container images.
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup Helm
uses: azure/[email protected]
- name: Login to GitHub Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup yq
uses: fluxcd/pkg/actions/yq@main
- name: Setup kubeconform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup yq
uses: fluxcd/pkg/actions/yq@main
- name: Setup kubectl
Expand Down

0 comments on commit 5c39246

Please sign in to comment.