aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index cd34278..69e87e2 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17 steps: 17 steps:
18 - 18 -
19 name: Checkout 19 name: Checkout
20 uses: actions/checkout@v3 20 uses: actions/checkout@v4
21 - 21 -
22 name: Check whether there are any commits since this run was last triggered and push them and/or set the output 22 name: Check whether there are any commits since this run was last triggered and push them and/or set the output
23 id: should_run 23 id: should_run