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 fa1f2aa commit 28bb540Copy full SHA for 28bb540
.github/workflows/up.yml
@@ -13,7 +13,7 @@ jobs:
13
up:
14
runs-on: ubuntu-22.04
15
steps:
16
- - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17
- run: |-
18
git fetch --tags --force && \
19
latest=$(git tag --sort=creatordate | tail -1) && \
0 commit comments