Skip to content

Commit

Permalink
Merge branch 'renovate/actions-checkout-digest' into 'main'
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to eef6144

See merge request GeorgeRaven/raven-helm-charts!75
  • Loading branch information
DreamingRaven committed Oct 7, 2024
2 parents d0e4169 + e57bda6 commit 3096508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: alpine/helm:latest
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set Environment Variables and Paths the GitHub Way
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: alpine/helm:latest
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set Environment Variables and Paths the GitHub Way
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: alpine/helm:latest
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set Environment Variables and Paths the GitHub Way
run: |
Expand Down

0 comments on commit 3096508

Please sign in to comment.