Skip to content

Commit 17424af

Browse files
authored
Merge pull request #6 from rodneylab/ci__update_ci_config
ci: 💫 update CI config
2 parents aace110 + 0b20e31 commit 17424af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
74-
msrv: ["1.51.0"]
74+
msrv: ["1.56.0"]
7575
name: ubuntu / ${{ matrix.msrv }}
7676
steps:
7777
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '22 10 * * 0'
13+
- cron: '48 20 * * 0'
1414
push:
1515
branches: ["main"]
1616
# Declare default permissions as read only.

0 commit comments

Comments
 (0)