Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm authored Mar 28, 2024
1 parent 19cbd97 commit 8d78453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Build the Docker image
run: docker build --file build/Dockerfile --tag boringtun-builds:$(date +%s) build/

- uses: actions/checkout@v3
# - uses: actions/checkout@v3
- name: Build & extract the BoringTun packages.
run: cd build; bash ./BUILD.sh

Expand Down

0 comments on commit 8d78453

Please sign in to comment.