diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-09-05 07:06:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 07:06:02 +0000 |
commit | 755f3c77c60e7eb7a11611030f7e7dd0be862bf6 (patch) | |
tree | d1289aa0cd064129914784ff85723bddf488857f | |
parent | 7708de139c28bb17872a133043c91622f3111cb7 (diff) | |
parent | 76ea5e8a6a5da538dd1f8cbf31509c6079107281 (diff) |
18: Bump DeterminateSystems/update-flake-lock from 19 to 20 r=matthiasbeyer a=dependabot[bot]
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 19 to 20.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | .github/workflows/ci.yml | 8 | ||||
-rw-r--r-- | .github/workflows/flake-update.yml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69bd9f7..5a93167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.63.0 - stable - beta # - nightly @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.60.0 + toolchain: 1.63.0 components: rustfmt - name: cargo-fmt run: cargo fmt -- --check @@ -53,7 +53,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 + - 1.63.0 - stable - beta # - nightly @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.60.0 + toolchain: 1.63.0 components: clippy - uses: swatinem/rust-cache@v2 - name: cargo-clippy diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 3619e92..efe57c5 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -19,7 +19,7 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v19 + uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "Update flake.lock" # Title of PR to be created # pr-labels: | # Labels to be set on the PR |