Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-dockers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
DOCKER_REPO: atactr/automata
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
run: echo ${{ steps.contextfree_docker_build.outputs.digest }}

- name: Automata Image digest
run: echo ${{ steps.automata_docker_build.outputs.digest }}
run: echo ${{ steps.automata_docker_build.outputs.digest }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-release-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build wasm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build wasm
env:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-wasm]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v2
with:
Expand All @@ -51,4 +51,4 @@ jobs:
ALLOW_EMPTY_CHANGELOG: "false"
with:
args: |
deploy/bin/*
deploy/bin/*
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Format
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-06-16
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
name: Clippy
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: cache-sgx
with:
Expand Down