Skip to content

Commit

Permalink
Merge pull request #5 from fullstack-devops/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
eksrha authored Nov 1, 2022
2 parents fd66ed8 + c38dbad commit 631f1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
appVersion: ${{ steps.eval.outputs.appVersion }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: check workflow_dispatch or repository_dispatch
id: eval
shell: bash
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
needs: [check_vars]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install helm-docs @latest
env:
DOCS_VERSION: 1.11.0
Expand Down

0 comments on commit 631f1c0

Please sign in to comment.