Skip to content

Commit

Permalink
update tag reference for reusable workflows to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 29, 2024
1 parent 5b23f43 commit f675f17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.1'
ref: 'v3.1.2'
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 @@ -61,7 +61,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.1'
ref: 'v3.1.2'
path: 'operations'
- name: Determine Image Name
id: determine-image-name
Expand Down
4 changes: 2 additions & 2 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: 'v3.1.1'
ref: 'v3.1.2'
path: 'operations'
- id: confirm-dev
shell: bash
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.1'
ref: 'v3.1.2'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit f675f17

Please sign in to comment.