Skip to content

Commit

Permalink
Merge pull request #101 from paritytech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
niklasad1 authored Mar 19, 2024
2 parents 7fee766 + 5c1da4d commit fbef4a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Rust stable toolchain
uses: actions-rs/[email protected]
Expand Down

0 comments on commit fbef4a5

Please sign in to comment.