Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 53e09bc commit 37bd880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout the GitHub repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build the CNeuroMax image
run: podman build -t cneuromod/cneuromax:latest -f Containerfile .
- name: Push the CNeuroMax image to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout the GitHub repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build the tentative CNeuroMax image
run: podman build -f Containerfile .
2 changes: 1 addition & 1 deletion .github/workflows/format-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the GitHub repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck-unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Pull the container image
run: podman pull docker.io/cneuromod/cneuromax:latest
- name: Checkout the GitHub repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run mypy
run: >
podman run --rm -v $PWD:/cneuromax -w /cneuromax
Expand Down

0 comments on commit 37bd880

Please sign in to comment.