We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aace110 + 0b20e31 commit 17424afCopy full SHA for 17424af
.github/workflows/general.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
strategy:
73
matrix:
74
- msrv: ["1.51.0"]
+ msrv: ["1.56.0"]
75
name: ubuntu / ${{ matrix.msrv }}
76
steps:
77
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
.github/workflows/scorecard.yml
@@ -10,7 +10,7 @@ on:
10
# To guarantee Maintained check is occasionally updated. See
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
schedule:
13
- - cron: '22 10 * * 0'
+ - cron: '48 20 * * 0'
14
push:
15
branches: ["main"]
16
# Declare default permissions as read only.
0 commit comments