Skip to content

Commit

Permalink
chore(github-action): update actions/checkout action v2 → v4
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Nov 5, 2024
1 parent 806771d commit 6f95b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Filter paths
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clustertool.tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Filter paths
id: filter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Filter paths
id: filter
Expand Down

0 comments on commit 6f95b74

Please sign in to comment.