Update Check for updates.yml

+ Updated dependencies
- Removed Smart Diff
This commit is contained in:
Oliver Kunze 2022-10-12 12:57:35 +02:00 committed by GitHub
parent b622404467
commit 3b73b5560b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v3.1.0
- name: Create download folder
run: mkdir -p ./download
# https://github.com/marketplace/actions/github-action-for-wget
@ -36,19 +36,19 @@ jobs:
with:
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.2
with:
old: ./source/argon1.sh
new: ./download/argon1.sh
mode: addition
tolerance: mixed-worse
#- 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
run: rm -rf ./source
- name: Rename ./download to ./source
run: mv ./download ./source
# https://github.com/marketplace/actions/git-auto-commit
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.14.1
uses: stefanzweifel/git-auto-commit-action@v4.15.1
with:
commit_message: Automated Change by GitHub Actions