Skip to content

Commit

Permalink
Merge pull request #8 from Boog900/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Boog900 authored Sep 6, 2023
2 parents e0598e1 + c975c48 commit 9240a5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust Stable
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust ${{ matrix.rust }}
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust ${{ matrix.rust }}
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 9240a5b

Please sign in to comment.