mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2024-11-18 03:18:57 +01:00
Update Check for updates.yml
+ Updated dependencies
This commit is contained in:
parent
3b73b5560b
commit
3c9023ed94
12
.github/workflows/Check for updates.yml
vendored
12
.github/workflows/Check for updates.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# https://github.com/marketplace/actions/checkout
|
# https://github.com/marketplace/actions/checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v3.3.0
|
||||||
- name: Create download folder
|
- name: Create download folder
|
||||||
run: mkdir -p ./download
|
run: mkdir -p ./download
|
||||||
# https://github.com/marketplace/actions/github-action-for-wget
|
# https://github.com/marketplace/actions/github-action-for-wget
|
||||||
@ -35,20 +35,12 @@ jobs:
|
|||||||
uses: wei/wget@v1.1.1
|
uses: wei/wget@v1.1.1
|
||||||
with:
|
with:
|
||||||
args: https://download.argon40.com/argonone-irconfig.sh -P ./download
|
args: https://download.argon40.com/argonone-irconfig.sh -P ./download
|
||||||
# https://github.com/marketplace/actions/smart-diff
|
|
||||||
#- name: Smart Diff
|
|
||||||
# uses: LouisBrunner/diff-action@v0.1.3
|
|
||||||
# with:
|
|
||||||
# old: ./source/argon1.sh
|
|
||||||
# new: ./download/argon1.sh
|
|
||||||
# mode: addition
|
|
||||||
# tolerance: mixed-worse
|
|
||||||
- name: Delete ./source
|
- name: Delete ./source
|
||||||
run: rm -rf ./source
|
run: rm -rf ./source
|
||||||
- name: Rename ./download to ./source
|
- name: Rename ./download to ./source
|
||||||
run: mv ./download ./source
|
run: mv ./download ./source
|
||||||
# https://github.com/marketplace/actions/git-auto-commit
|
# https://github.com/marketplace/actions/git-auto-commit
|
||||||
- name: Git Auto Commit
|
- name: Git Auto Commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4.15.1
|
uses: stefanzweifel/git-auto-commit-action@v4.16.0
|
||||||
with:
|
with:
|
||||||
commit_message: Automated Change by GitHub Actions
|
commit_message: Automated Change by GitHub Actions
|
||||||
|
Loading…
Reference in New Issue
Block a user