Skip to content

Commit

Permalink
build(deps): 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 and jkglasbrenner committed Sep 7, 2023
1 parent 9ca7a03 commit 41374be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- tensorflow2-gpu

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/remove-extra-software

- name: set docker metadata
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- mlflow-tracking

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

- name: setup python 3.9
uses: actions/[email protected]
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- integration-tf-mnist-classifier

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

- name: setup python 3.9
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "requirements-dev-tensorflow"

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

- name: setup python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- "tensorflow2-gpu-requirements"

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

- name: setup python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
# - "py39-linux-aarch64-tensorflow2-cpu-requirements"

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

- name: set up docker qemu
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup python 3.9
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "mypy"

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

- name: setup python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
tox-testenv: "py39-cookiecutter"

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

- name: install English words dictionary
run: sudo apt install -y wamerican
Expand Down

0 comments on commit 41374be

Please sign in to comment.