Skip to content

Commit

Permalink
chore: bump action/checkout from v3 to v4 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Sep 5, 2023
1 parent a45e6e2 commit 18516b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
cp -f README.md ${{ runner.temp }}/README.md
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: gh-pages
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: Run tests on modified charts with unit tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: list_modified_charts_with_unit_tests
name: List modified charts with unit tests
env:
Expand Down

0 comments on commit 18516b9

Please sign in to comment.