Skip to content

Commit

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

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
crepererum authored Oct 24, 2024
2 parents d5149df + 536516d commit 5a5c4ef
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

0 comments on commit 5a5c4ef

Please sign in to comment.