Skip to content

Commit 63eb217

Browse files
authored
Point to newer release in example
1 parent 8f96804 commit 63eb217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- uses: actions/checkout@v3
1414

1515
- name: Run Machinefile commands
16-
uses: gbraad-actions/machinefile-executor-action@v1
16+
uses: gbraad-actions/machinefile-executor-action@v3
1717
with:
1818
containerfile: 'Containerfile' # or path to your Containerfile
1919
context: '.' # Build context directory
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v3
5252

5353
- name: Run Dockerfile commands
54-
uses: gbraad-actions/machinefile-executor-action@v1
54+
uses: gbraad-actions/machinefile-executor-action@v3
5555
with:
5656
containerfile: 'containers/Containerfile-devtools'
5757
context: '.'

0 commit comments

Comments
 (0)