Skip to content

Commit 1cc157c

Browse files
authored
Merge pull request #155 from xenit-eu/renovate/actions-checkout-digest
Update actions/checkout digest to 11bd719
2 parents 0456532 + c2381bf commit 1cc157c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest-4-cores
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212
- name: Install Helm
1313
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
1414
- name: Install kind

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
echo "version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_ENV"
1515
- name: Checkout code
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- name: Install Helm
1818
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
1919
- name: Package Helm Chart

0 commit comments

Comments
 (0)