Skip to content

Commit

Permalink
auto_tag_stable.yml: use pinned action
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 6, 2024
1 parent b8372bd commit 5473f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout code
if: steps.check_branch.outputs.run == 'true'
uses: actions/checkout@v4
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: Tag
if: steps.check_branch.outputs.run == 'true'
Expand Down

0 comments on commit 5473f96

Please sign in to comment.