Skip to content

Commit

Permalink
Specify actions/checkout version number more precisely
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Oct 26, 2023
1 parent 3b4d7c5 commit f1282a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v3.5.3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v3.5.3

- name: Install build requirements
run: |
Expand Down

0 comments on commit f1282a3

Please sign in to comment.