Skip to content

Commit

Permalink
Merge pull request #1 from derskythe/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

[github] Bump actions/checkout from 3 to 4
  • Loading branch information
derskythe authored May 10, 2024
2 parents c9788c6 + 4ceded4 commit 7d0c871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
]
steps:
- name: Checkout zerotier-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
]
steps:
- name: Checkout zerotier-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install qemu dependency
run: |
Expand Down

0 comments on commit 7d0c871

Please sign in to comment.