Skip to content

Commit

Permalink
Merge pull request #65 from github/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
codysoyland authored Nov 15, 2024
2 parents 7bfb1c4 + a1acd16 commit c2e8aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
REGISTRY: ghcr.io
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Extract Helm chart name and version
id: release-details
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

Expand Down

0 comments on commit c2e8aba

Please sign in to comment.