Update Check for updates.yml

+ Update dependencies
This commit is contained in:
Oliver Kunze 2023-06-19 12:37:56 +02:00 committed by GitHub
parent a33f812ff5
commit 98a3abce92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.3.0 uses: actions/checkout@v3.5.3
- 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
@ -43,4 +43,4 @@ jobs:
- name: Git Auto Commit - name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0 uses: stefanzweifel/git-auto-commit-action@v4.16.0
with: with:
commit_message: Automated Change by GitHub Actions commit_message: Automated Change by GitHub Action