Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2024
1 parent 2254aa6 commit 9695426
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install uv
uses: astral-sh/[email protected]
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install uv
uses: astral-sh/[email protected]
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install uv
uses: astral-sh/[email protected]
Expand Down

0 comments on commit 9695426

Please sign in to comment.