Skip to content

Commit

Permalink
Fix SAMM version on the github action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bs-jokri committed Aug 30, 2023
1 parent 8538ae1 commit aed33ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bulk-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: validate models
uses: ./.github/actions/model-validation
with:
bamm_version: 2.1.1
bamm_version: 2.3.1
bulk: true
- name: Archive
uses: actions/upload-artifact@v3
with:
name: full-validation-report
path: output
path: output
4 changes: 2 additions & 2 deletions .github/workflows/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
uses: ./.github/actions/model-validation
with:
pr_number: ${{ github.event.number }}
bamm_version: 2.1.1
bamm_version: 2.3.1
added: ${{needs.synchronize-models.outputs.ADDED}}
modified: ${{needs.synchronize-models.outputs.MODIFIED}}
- name: Archive
uses: actions/upload-artifact@v3
with:
name: validation-output
path: output
path: output

0 comments on commit aed33ae

Please sign in to comment.