summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichał Janiszewski <[email protected]>2024-04-02 23:35:22 +0200
committerMichał Janiszewski <[email protected]>2024-04-02 23:35:38 +0200
commitf44301964e15589f447f73b6f9945f5880d9bf29 (patch)
treef6cb761159ea0ad93a9d2e392a63191f22133234 /.github/workflows
parent2f388bde71990f35a8c8f35dcb9ecf9b9ec0e8f4 (diff)
downloadopenrct2-docker-f44301964e15589f447f73b6f9945f5880d9bf29.tar.gz
openrct2-docker-f44301964e15589f447f73b6f9945f5880d9bf29.zip
Update github actions to version v0.4.10
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 106b6e4..4dc525f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,11 +11,11 @@ jobs:
fail-fast: false
matrix:
# List of tags to build and upload, remember to update this
- tag: [0.4.6]
+ tag: [0.4.10]
env:
dockertag: ${{ matrix.tag }}
dockerimg: openrct2/openrct2-cli
- dockerlst: 0.4.6
+ dockerlst: 0.4.10
steps:
- name: Checkout
uses: actions/checkout@v3