Skip to content

Commit 9af8fe2

Browse files
committed
Bump rustc in GHA
1 parent 82e6993 commit 9af8fe2

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Run CI
22
on:
33
push:
4-
branches: [ main, 'feat/**' ]
4+
branches: [main, "feat/**"]
55
paths-ignore:
6-
- '**.md' # Do not need to run CI for markdown changes.
6+
- "**.md" # Do not need to run CI for markdown changes.
77
pull_request:
8-
branches: [ main, 'feat/**' ]
8+
branches: [main, "feat/**"]
99
paths-ignore:
10-
- '**.md'
10+
- "**.md"
1111

1212
jobs:
1313
ci-build:
@@ -20,21 +20,21 @@ jobs:
2020

2121
- name: Setup rust tooling
2222
run: |
23-
rustup override set 1.82
23+
rustup override set 1.83
2424
rustup component add rustfmt clippy
2525
2626
- uses: ./.github/actions/ci
2727

28-
- name: 'Run contract tests with hyper_rustls'
28+
- name: "Run contract tests with hyper_rustls"
2929
uses: ./.github/actions/contract-tests
3030
with:
31-
tls_feature: 'rustls'
31+
tls_feature: "rustls"
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

34-
- name: 'Run contract tests with hyper_tls'
34+
- name: "Run contract tests with hyper_tls"
3535
uses: ./.github/actions/contract-tests
3636
with:
37-
tls_feature: 'tls'
37+
tls_feature: "tls"
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- uses: ./.github/actions/build-docs
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Setup rust tooling
5151
run: |
52-
rustup override set 1.82
52+
rustup override set 1.83
5353
rustup component add rustfmt clippy
5454
rustup target add x86_64-unknown-linux-musl
5555

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup rust tooling
2121
run: |
22-
rustup override set 1.82
22+
rustup override set 1.83
2323
rustup component add rustfmt clippy
2424
2525
- uses: ./.github/actions/ci

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup rust tooling
2525
if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
2626
run: |
27-
rustup override set 1.82
27+
rustup override set 1.83
2828
rustup component add rustfmt clippy
2929
3030
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0

0 commit comments

Comments
 (0)