Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WolleTD committed Jan 30, 2024
1 parent ef87cee commit 63518c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build the image
run: docker build . --tag wolletd/wg-setup:latest
- name: Login to Docker Hub
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tests
working-directory: ${{github.workspace}}/tests
run: ./run_tests.sh

docker-setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo modprobe wireguard
- name: Run docker test
working-directory: ${{github.workspace}}/tests
Expand Down

0 comments on commit 63518c1

Please sign in to comment.