Skip to content

Commit

Permalink
prev
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jun 3, 2024
1 parent faf05f8 commit 470294f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ports:
- 6379:6379
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- name: Set up backend environment
uses: maykinmedia/[email protected]
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# working-directory: frontend
#
# steps:
# - uses: actions/checkout@4
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v3
# with:
# node-version-file: 'frontend/.nvmrc'
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
with:
path: open-archiefbeheer

Expand All @@ -124,7 +124,7 @@ jobs:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- name: Set tag
id: vars
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

steps:
# This will include the updated OAS (if updated) from the update-oas job.
- uses: actions/checkout@4
- uses: actions/checkout@v4

- name: Download built image
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 470294f

Please sign in to comment.