From 24e3becff571ff48a07593503584f54ab94bf788 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Tue, 23 Mar 2021 11:44:18 -0500 Subject: [PATCH] version bump for actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 993eee8..ddbb275 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,14 +8,14 @@ jobs: # CHECKOUT AND ASSEMBLE ON EVERY PUSH, ANY BRANCH - uses: actions/checkout@v1 - name: Install Merlin - uses: digarok/install-merlin32-action@v0.1.0 + uses: digarok/install-merlin32-action@v0.1.2 - name: Assemble Source run: | merlin32 -V src/mmt.s - name: Install Cadius - uses: digarok/install-cadius-action@v0.1.0 + uses: digarok/install-cadius-action@v0.1.2 - name: Make Bootable ProDOS Image if: startsWith(github.ref, 'refs/tags/v')