From 87c6e5c410975ad61598d087e01cfa5a6bdaf4d2 Mon Sep 17 00:00:00 2001 From: Eric Promislow Date: Wed, 23 Apr 2025 17:14:09 -0700 Subject: [PATCH] No point putting exact versions in the comments before an action. The comment isn't updated by renovatebot, and the bot puts the version next to the item being referenced. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b19c83..8efb9c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - # https://github.com/actions/checkout/releases/tag/v4.1.1 + # https://github.com/actions/checkout/releases/tag/VERSION uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Go - # https://github.com/actions/setup-go/releases/tag/v5.0.0 + # https://github.com/actions/setup-go/releases/tag/VERSION uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version-file: 'go.mod'