diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 039bd6c..8e624a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,18 +7,18 @@ jobs: steps: - uses: actions/checkout@master - name: copy file - uses: piersb/copy-action-pb@0.0.4 + uses: piersb/copy-action-pb@0.0.5 with: source: "tests/a.txt" target: "test-a.txt" - name: copy file with args - uses: piersb/copy-action-pb@0.0.4 + uses: piersb/copy-action-pb@0.0.5 with: source: "tests/a.txt" target: "test-a.txt" flags: "-f" - name: copy file with spaces - uses: piersb/copy-action-pb@0.0.4 + uses: piersb/copy-action-pb@0.0.5 with: source: "tests/path with spaces.txt" target: "path-without-spaces.txt"