Skip to content

Commit 631f1c0

Browse files
authored
Merge pull request #5 from fullstack-devops/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents fd66ed8 + c38dbad commit 631f1c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/update-app-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
appVersion: ${{ steps.eval.outputs.appVersion }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
- name: check workflow_dispatch or repository_dispatch
2525
id: eval
2626
shell: bash
@@ -55,7 +55,7 @@ jobs:
5555
needs: [check_vars]
5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v3
5959
- name: Install helm-docs @latest
6060
env:
6161
DOCS_VERSION: 1.11.0

0 commit comments

Comments
 (0)