Skip to content

Commit

Permalink
Update refs to next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 4, 2024
1 parent 6fc8db2 commit 917a217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ on:
required: false
type: string


jobs:
determine-trigger:
name: Determine if this was triggered by a release or workflow_dispatch
Expand Down Expand Up @@ -86,8 +85,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
# ref: 'v3.0.0'
ref: '73e1d7a7e30df3235db59a0eeafaa21c25784134'
ref: 'v3.1.0'
path: 'operations'
- name: Get version from package-lock.json
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: '5ef92010ae13ec5263ee7509311dbb1f2edac44c'
ref: '3.1.0'
path: 'operations'
- name: Determine Image Name
id: determine-image-name
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/app-is-deployable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v2.0.0'
ref: 'v3.1.0'
path: 'operations'
- id: confirm-dev
shell: bash
Expand All @@ -47,8 +47,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
# ref: 'v3.1.0'
ref: '73e1d7a7e30df3235db59a0eeafaa21c25784134'
ref: '3.1.0'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit 917a217

Please sign in to comment.