Skip to content

Commit dcfa8f9

Browse files
committed
Bump actionforge/action to v0.14.5
1 parent 76defed commit dcfa8f9

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@ jobs:
3939
steps:
4040

4141
- name: Build temporary actrun
42-
uses: actionforge/action@e5e24692b5a9a1e5f5135852711715a1468590dc # v0.0.1
42+
uses: actionforge/action@6635019c96dcd6b3e018df654473a547471338a5 # v0.14.5
4343
with:
44-
graph_file: build-quick.act
44+
graph-file: build-quick.act
4545
env:
4646
UPLOAD_COVER: true
4747

4848
- name: Test test_input_output.act
4949
# execute on every push that is a tag
50-
uses: actionforge/action@ed08177bf37e770602c7d3f0ac43580621ddd727
50+
uses: actionforge/action@6635019c96dcd6b3e018df654473a547471338a5 # v0.14.5
5151
with:
5252
# Use actrun in workdir directory
53-
runner_path: ${{ github.workspace }}/actrun
54-
graph_file: test_input_output.act
55-
session_token: ${{ github.event.inputs.session_token }}
53+
runner-path: ${{ github.workspace }}/actrun
54+
graph-file: test_input_output.act
55+
session-token: ${{ github.event.inputs.session_token }}
5656

5757
- name: Test test_env.yml
5858
# execute on every push that is a tag
59-
uses: actionforge/action@ed08177bf37e770602c7d3f0ac43580621ddd727
59+
uses: actionforge/action@6635019c96dcd6b3e018df654473a547471338a5 # v0.14.5
6060
with:
6161
# Use actrun in workdir directory
62-
runner_path: ${{ github.workspace }}/actrun
63-
graph_file: test_env.act
64-
session_token: ${{ github.event.inputs.session_token }}
62+
runner-path: ${{ github.workspace }}/actrun
63+
graph-file: test_env.act
64+
session-token: ${{ github.event.inputs.session_token }}
6565
env:
6666
MY_ENV: "hello world"
6767

@@ -88,12 +88,12 @@ jobs:
8888

8989
steps:
9090
- name: Build temporary actrun
91-
uses: actionforge/action@e5e24692b5a9a1e5f5135852711715a1468590dc # v0.0.1
91+
uses: actionforge/action@ed08177bf37e770602c7d3f0ac43580621ddd727 # v0.14.5
9292
with:
9393
graph_file: build-quick.act
9494

9595
- name: (${{ matrix.license }})
96-
uses: actionforge/action@e5e24692b5a9a1e5f5135852711715a1468590dc # v0.0.1
96+
uses: actionforge/action@ed08177bf37e770602c7d3f0ac43580621ddd727 # v0.14.5
9797
env:
9898
LICENSE: ${{ matrix.license }}
9999
with:

0 commit comments

Comments
 (0)