Skip to content

Commit

Permalink
Merge pull request #1752 from jupyterhub/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
consideRatio committed Oct 1, 2023
2 parents 5312a70 + 2e9976e commit e5cdfb3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
diff-rendered-templates:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: npm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires the full history
fetch-depth: 0
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
PyPI-testbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Versioneer requires past tags
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
build_images:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires git history to set chart version and image tags
# correctly
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install requirements
run: pip install ruamel.yaml
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- 5000:5000

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# chartpress requires the full history
fetch-depth: 0
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
GITHUB_ACCESS_TOKEN: "${{ secrets.github_token }}"

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

- name: Setup OS level dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/watch-dependencies.yaml
Expand Up @@ -55,7 +55,7 @@ jobs:
# values_path: imageCleaner.image.tag

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

- name: Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }}
id: local
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Refreeze helm-chart/images/binderhub/requirements.txt based on requirements.in
run: ci/refreeze
Expand Down

0 comments on commit e5cdfb3

Please sign in to comment.