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 935bc49 commit c335663Copy full SHA for c335663
.github/workflows/sync.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
# Step 1: run a standard checkout action
19
- name: Checkout target repo
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
# Step 2: run the sync action
23
- name: Sync upstream changes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linux-command",
3
- "version": "1.16.0",
+ "version": "1.18.0",
4
"description": "Linux Command",
5
"homepage": "https://jaywcjlove.github.io/linux-command/",
6
"main": "dist/data.json",
0 commit comments