Skip to content

Commit

Permalink
update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Apr 11, 2024
1 parent 0390954 commit 68307a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Checkout Repository
uses: actions/checkout@v4

- name: Build Docker Image
run: docker build -t curieo/search-rustserver:latest server/
- name: Build Docker Image
run: docker build -t curieo/search-rustserver:latest server/

0 comments on commit 68307a9

Please sign in to comment.