Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent ec808e8 commit 936a81e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dask-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- k3s-channel: latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Lint chart's templates
run: helm lint ./dask --strict --values dask/dev-values.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-daskhub-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- k3s-channel: latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update chart dependencies
run: helm dependencies update ./daskhub
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/watch-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.repository == 'dask/helm-chart'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get latest tag of ghcr.io/dask/dask
id: latest
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
if: github.repository == 'dask/helm-chart'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get daskhub/values.yaml pinned tag of pangeo/base-notebook
id: local
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
chart_dep_changelog_url: https://gateway.dask.org/changelog.html

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Chart.yaml pinned version of ${{ matrix.chart_dep_name }} chart
id: local
Expand Down

0 comments on commit 936a81e

Please sign in to comment.