From f44301964e15589f447f73b6f9945f5880d9bf29 Mon Sep 17 00:00:00 2001 From: MichaƂ Janiszewski Date: Tue, 2 Apr 2024 23:35:22 +0200 Subject: Update github actions to version v0.4.10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3