Skip to content

Commit

Permalink
Merge pull request #151 from qwerty541/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.1

ci(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
qwerty541 authored Oct 20, 2024
2 parents 079996d + 1e4497a commit 0d12727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Install rust (${{ matrix.rust }})
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Install rust (stable)
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
Expand All @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Install rust (${{ matrix.rust }})
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Install rust (stable)
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
Expand Down

0 comments on commit 0d12727

Please sign in to comment.