Skip to content

Commit d87161d

Browse files
authored
Update ci.yml
1 parent efd173d commit d87161d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Clone repository
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
uses: actions/checkout@v6
1818
with:
1919
submodules: true
2020
# We need to get all git revisions for `git describe` to work
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545

4646
- name: Upload binary
47-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: "jpegoptim-${{ env.JPEGOPTIM_VER }}"
5050
path: dist/

0 commit comments

Comments
 (0)