Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 3597cc7 commit 261152f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
YENTE_INDEX_URL: "http://index:9200/"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Docker meta
Expand Down

0 comments on commit 261152f

Please sign in to comment.