Skip to content

Commit

Permalink
chore: Remove outdated "tag=" comments
Browse files Browse the repository at this point in the history
The comments grow out of date and Dependabot doesn't know to update them.
  • Loading branch information
stephenmathieson committed Oct 7, 2024
1 parent 440815d commit 16e0bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16e0bf4

Please sign in to comment.