Skip to content

Commit

Permalink
Merge pull request #293 from crepererum-oss/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.1

chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
crepererum authored Oct 8, 2024
2 parents dbf594f + 7ff8439 commit 56cb797
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.target }}
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Install Toolchain
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # master
Expand Down

0 comments on commit 56cb797

Please sign in to comment.