Skip to content

Commit

Permalink
chore: update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Mar 4, 2024
1 parent 31761de commit fdacda0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- Dockerfile
- .github/workflows/docker-ci.yaml
- scripts/build/**
branches:
- master
concurrency:
Expand All @@ -14,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: sudo chown runner:docker /var/run/docker.sock
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit fdacda0

Please sign in to comment.