aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-01-18 19:02:36 +0000
committerGravatar wookie184 <[email protected]>2023-01-18 19:02:36 +0000
commit06f35e035f07ba015ec56763a1ef79916bb87cf7 (patch)
treecffd07c99a2ca3f17f2cbf3d2e23d47fb7ba76ef /.github
parentStop using deprecated set-output workflow command (diff)
Update version referenced in comment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9ebfa06f..dccca6a5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- # The current version (v2) of Docker's build-push action uses
+ # The current version (v3) of Docker's build-push action uses
# buildx, which comes with BuildKit features that help us speed
# up our builds using additional cache features. Buildx also
# has a lot of other features that are not as relevant to us.