Skip to content

Commit

Permalink
Merge pull request #6 from rodneylab/ci__update_ci_config
Browse files Browse the repository at this point in the history
ci: 💫 update CI config
  • Loading branch information
rodneylab authored Apr 12, 2024
2 parents aace110 + 0b20e31 commit 17424af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 17424af

Please sign in to comment.