Skip to content

Commit

Permalink
Bump actions/checkout to v4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Oct 19, 2024
1 parent 4bf0fc7 commit 4dc35b5
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 @@ -24,7 +24,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: ${{ matrix.builder }} build ${{ matrix.image }}
run: make CONTAINER_CMD=${{ matrix.builder }} container

0 comments on commit 4dc35b5

Please sign in to comment.