We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d7c6f commit 47aafd8Copy full SHA for 47aafd8
.github/workflows/release_updates.yml
@@ -15,9 +15,6 @@ jobs:
15
contents: write
16
steps:
17
# Action reference: https://github.com/Actions-R-Us/actions-tagger
18
- # NOTE: We pin a version not to have the source code (.ts files), but the
19
- # compiled source code (.js files). This git hash is what v2.0.1
20
- # referenced 30 December 2020.
21
- - uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb
+ - uses: Actions-R-Us/actions-tagger@v2
22
with:
23
token: "${{ github.token }}"
0 commit comments