Skip to content

Commit

Permalink
Merge branch 'main' into 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nebuIr committed Jan 4, 2024
2 parents d9b1909 + 720af47 commit e880ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -26,7 +26,7 @@ jobs:

- name: 🧾 Get changed PNG files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
since_last_remote_commit: "true"
files: "**/*.png"
Expand Down

0 comments on commit e880ebd

Please sign in to comment.