From 98a3abce92992a2d3df2bec7418c0f47b3bffc51 Mon Sep 17 00:00:00 2001 From: Oliver Kunze <65952933+okunze@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:37:56 +0200 Subject: [PATCH] Update Check for updates.yml + Update dependencies --- .github/workflows/Check for updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Check for updates.yml b/.github/workflows/Check for updates.yml index 0cd4cb0..c4b72f4 100644 --- a/.github/workflows/Check for updates.yml +++ b/.github/workflows/Check for updates.yml @@ -15,7 +15,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.3 - name: Create download folder run: mkdir -p ./download # https://github.com/marketplace/actions/github-action-for-wget @@ -43,4 +43,4 @@ jobs: - name: Git Auto Commit uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: - commit_message: Automated Change by GitHub Actions + commit_message: Automated Change by GitHub Action