Skip to content

Commit 58c1ab9

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#163)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3781b3 commit 58c1ab9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.repository_owner == 'bitnami' }}
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1616
# Setup .npmrc file to publish to npm
1717
- name: Setup Node.js
1818
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818
- name: Setup Node.js
1919
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2020
with:

0 commit comments

Comments
 (0)