From 0b20e317d0288f5b898b228168a50e4971e99f06 Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Fri, 12 Apr 2024 14:13:39 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=AB=20update=20CI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/general.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 8d7d9ba..2b11236 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - msrv: ["1.51.0"] + msrv: ["1.56.0"] name: ubuntu / ${{ matrix.msrv }} steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index edb4f38..fd27d52 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -10,7 +10,7 @@ on: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained schedule: - - cron: '22 10 * * 0' + - cron: '48 20 * * 0' push: branches: ["main"] # Declare default permissions as read only.