From ccd57aaaa9e1d35def462c2e27595a3bac60ac63 Mon Sep 17 00:00:00 2001 From: 719media Date: Thu, 2 Apr 2026 14:07:15 -0700 Subject: [PATCH] Update GitHub Actions to use latest versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae9751..7daecc2 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ To run a Porter CLI command that builds from a Dockerfile with the path `./docke ```yaml steps: - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v6 - name: Set Github tag id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: Update a Porter application timeout-minutes: 20 - uses: porter-dev/porter-cli-action@v0.1.0 + uses: porter-dev/porter-cli-action@v0.1.1 with: command: update --app my-app --tag ${{ steps.vars.outputs.sha_short }} --dockerfile ./docker/Dockerfile --stream env: