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