Skip to content

Commit 80f16bc

Browse files
Bump jenseng/dynamic-uses in the github-actions group
Bumps the github-actions group with 1 update: [jenseng/dynamic-uses](https://github.com/jenseng/dynamic-uses). Updates `jenseng/dynamic-uses` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/jenseng/dynamic-uses/releases) - [Commits](jenseng/dynamic-uses@v1.0.1...26a7fa1) --- updated-dependencies: - dependency-name: jenseng/dynamic-uses dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c7554f commit 80f16bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
shell: bash
9898
9999
- name: Install tools
100-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
100+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
101101
if: ${{ inputs.skip-startup == 'true' || inputs.state-backend == 'ephemeral' || inputs.state-action == 'save' }}
102102
with:
103103
uses: ${{ env.GH_ACTION_ROOT }}/tools
@@ -107,7 +107,7 @@ runs:
107107
}
108108
109109
- name: Start Localstack
110-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
110+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
111111
if: ${{ inputs.skip-startup != 'true' && inputs.state-backend != 'ephemeral' && inputs.state-action != 'save' }}
112112
with:
113113
# now we can dynamically determine sub-action path 🥳
@@ -126,7 +126,7 @@ runs:
126126
127127
- name: Create Ephemeral Instance
128128
if: ${{ inputs.state-action == 'start' && inputs.state-backend == 'ephemeral' }}
129-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
129+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
130130
with:
131131
uses: ${{ env.GH_ACTION_ROOT }}/ephemeral/startup
132132
with: |-
@@ -141,7 +141,7 @@ runs:
141141
# Use different artifact from current workflow's by passing the workflow's id as WORKFLOW_ID env variable
142142
- name: Manage state
143143
if: ${{ inputs.state-action == 'save' || inputs.state-action == 'load' }}
144-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
144+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
145145
with:
146146
uses: ${{ env.GH_ACTION_ROOT }}/${{ inputs.state-backend }}
147147
with: |-
@@ -152,7 +152,7 @@ runs:
152152
153153
- name: Display Ephemeral Instance URL
154154
if: ${{ inputs.state-action == 'start' && inputs.state-backend == 'ephemeral' && (inputs.include-preview == 'true' || inputs.ci-project != '') }}
155-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
155+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
156156
with:
157157
uses: ${{ env.GH_ACTION_ROOT }}/finish
158158
with: |-
@@ -164,7 +164,7 @@ runs:
164164
165165
- name: Stop Ephemeral Instance
166166
if: ${{ (inputs.skip-ephemeral-stop == 'false' || inputs.state-action == 'stop') && inputs.state-backend == 'ephemeral' }}
167-
uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb # v1
167+
uses: jenseng/dynamic-uses@26a7fa196ecfc98e02d08d65a09d03ab999683ae # v1
168168
with:
169169
uses: ${{ env.GH_ACTION_ROOT }}/ephemeral/shutdown
170170
with: |-

0 commit comments

Comments
 (0)