Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2cc8cd

Browse filesBrowse files
committed
Bump actions/checkout to v4
Signed-off-by: Kwong Tung Nan <tungnan5636@gmail.com>
1 parent b37d105 commit f2cc8cd
Copy full SHA for f2cc8cd

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed

‎.github/workflows/chart-lint-test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/chart-lint-test.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.1.0
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

‎.github/workflows/chart-release.yaml

Copy file name to clipboardExpand all lines: .github/workflows/chart-release.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

‎.github/workflows/generate-chart-readme.yaml

Copy file name to clipboardExpand all lines: .github/workflows/generate-chart-readme.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install readme-generator-for-helm
1818
run: npm install -g @bitnami/readme-generator-for-helm
1919
- name: Checkout
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
20+
uses: actions/checkout@v4
2121
with:
2222
path: charts
2323
ref: ${{github.event.pull_request.head.ref}}

‎.github/workflows/publish-ci-docker-image.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish-ci-docker-image.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
publish-ci-docker-image:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Login to GitHub Container Registry
1111
uses: docker/login-action@v1
1212
with:

‎.github/workflows/publish-deb-package.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish-deb-package.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set package version
2323
if: github.event_name == 'push' # For push event
2424
run: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.