From 16e0bf4f7e9e6ccc366cafbe886bec12cfe6eaca Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Mon, 7 Oct 2024 16:21:12 -0400 Subject: [PATCH] chore: Remove outdated "tag=" comments The comments grow out of date and Dependabot doesn't know to update them. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b754c7f..5b6a85c 100644 --- a/action.yml +++ b/action.yml @@ -18,12 +18,12 @@ runs: using: "composite" steps: - uses: actions/checkout@v4 - - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # Tag=v4 + - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 - name: Get changed files id: changed_files env: GITHUB_TOKEN: ${{ inputs.github_token }} - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # Tag=v44 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: | **/*.js