Skip to content

Commit

Permalink
ci: freeze tests rust image version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Dec 20, 2023
1 parent d7f5939 commit e1fbf23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: cargo fmt
runs-on: ubuntu-latest
container:
image: rust:latest
image: rust:1.74-bookworm
steps:
- uses: actions/checkout@v3
- run: |
Expand All @@ -23,7 +23,7 @@ jobs:
name: cargo clippy
runs-on: ubuntu-latest
container:
image: rust:latest
image: rust:1.74-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
actions: read
container:
image: rust:latest
image: rust:1.74-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
contents: write
pull-requests: write
container:
image: rust:latest
image: rust:1.74-bookworm
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit e1fbf23

Please sign in to comment.