Skip to content

Commit

Permalink
Merge pull request #65 from quickwit-oss/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
guilload authored Jan 22, 2025
2 parents a374097 + d980934 commit 43a69de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install nightly
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install stable
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 43a69de

Please sign in to comment.