From ee5cf9baa49b6966a7fb261c412df6ea0d732b00 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sun, 28 Jan 2024 13:48:50 +1100 Subject: [PATCH] Sponsorship auto-generate v0.1.3 --- .github/workflows/update_sponsors.yml | 2 +- .github/workflows/update_sponsors_table.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_sponsors.yml b/.github/workflows/update_sponsors.yml index 950ba21a..11ce2085 100755 --- a/.github/workflows/update_sponsors.yml +++ b/.github/workflows/update_sponsors.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update Sponsors run: | diff --git a/.github/workflows/update_sponsors_table.yml b/.github/workflows/update_sponsors_table.yml index 0cd1cb5a..192a6b48 100755 --- a/.github/workflows/update_sponsors_table.yml +++ b/.github/workflows/update_sponsors_table.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v2