forked from nebuIr/Default-Dark-Mode
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee193f1
commit 1ed7d9b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: 📦 Install oxipng | ||
uses: baptiste0928/cargo-install@v2 | ||
uses: baptiste0928/cargo-install@v3 | ||
with: | ||
crate: oxipng | ||
version: latest | ||
|
@@ -44,10 +44,10 @@ jobs: | |
- name: ⬆️ Commit and push changes | ||
if: ${{ steps.optimized-files.outputs.all_optimized_files }} | ||
uses: swinton/[email protected] | ||
uses: tohgarashi/verified-[email protected] | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
files: ${{ steps.optimized-files.outputs.all_optimized_files }} | ||
commit-message: ':zap: Optimize PNG files' | ||
ref: ${{ github.ref }} | ||
ref: ${{ github.ref }} |
1ed7d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swinton/[email protected] was outdated and had deprecated warnings⚠️ , so I replaced it with tohgarashi/[email protected]⚠️ .
baptiste0928/cargo-install@v2 was also outdated but updated it to baptiste0928/cargo-install@v3** and I updated it because it had the same deprecated warnings
1ed7d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1ed7d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1ed7d9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although I did make it more modern with the newer action dependencies, I still got 1 deprecation error remaining and seems like tohgarashi/[email protected] contains Node.js 16, honestly it’s better then Node.js 12’s deprecation warning that I had previously.