From 25efdb31a13bce89351d7e5e1f2bc32ba8b3934d Mon Sep 17 00:00:00 2001 From: Todd Kerpelman <4397978+ToddKerpelman@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:20:41 -0800 Subject: [PATCH] Gotta update these actions! --- .github/workflows/update-assets-date.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-assets-date.yaml b/.github/workflows/update-assets-date.yaml index c68b19e6..18cad156 100644 --- a/.github/workflows/update-assets-date.yaml +++ b/.github/workflows/update-assets-date.yaml @@ -2,7 +2,7 @@ name: Update Transaction Dates for Assets Users on: schedule: - - cron: '30 0 * * *' # Runs at 00:30 UTC every day. + - cron: "30 0 * * *" # Runs at 00:30 UTC every day. workflow_dispatch: # Allows you to manually run this workflow from the Actions tab jobs: @@ -11,12 +11,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: "3.x" - name: Run the script to update the date run: python assets/update_date.py @@ -25,4 +25,4 @@ jobs: run: | git config --global user.email "4397978+ToddKerpelman@users.noreply.github.com" git config --global user.name "ToddBot" - git diff --quiet || (git commit -am "Auto-update dates" && git push) \ No newline at end of file + git diff --quiet || (git commit -am "Auto-update dates" && git push)