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 efd173d commit d87161dCopy full SHA for d87161d
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Clone repository
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@v6
18
with:
19
submodules: true
20
# We need to get all git revisions for `git describe` to work
@@ -44,7 +44,7 @@ jobs:
44
shell: bash
45
46
- name: Upload binary
47
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@v6
48
49
name: "jpegoptim-${{ env.JPEGOPTIM_VER }}"
50
path: dist/
0 commit comments