Skip to content

Commit

Permalink
Bump workflow versions (#104)
Browse files Browse the repository at this point in the history
Because of typo on last
  • Loading branch information
ljones140 authored Oct 21, 2024
1 parent e10e5ab commit 970aba0
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.0'
ref: 'v3.1.1'
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: '3.1.0'
ref: 'v3.1.1'
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.0'
ref: 'v3.1.1'
path: 'operations'
- id: confirm-dev
shell: bash
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: '3.1.0'
ref: 'v3.1.1'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit 970aba0

Please sign in to comment.