Skip to content

Commit

Permalink
ci: upgrade to checkout v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 29, 2023
1 parent 41fb085 commit 47bca9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Environment to .env
env:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Frontend smoke test
run: echo "Not implemented"
Expand All @@ -140,7 +140,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Environment to .env
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-extract_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract api version
id: extract_api_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
image: "ghcr.io/hotosm/fmtm/odkcentral-proxy:latest"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run pytest as appuser
run: |
cd src/backend
Expand Down

0 comments on commit 47bca9a

Please sign in to comment.