Skip to content

Commit

Permalink
Merge pull request #72 from pi-hole/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
PromoFaux authored Sep 21, 2023
2 parents 8abe794 + 7e0c5b8 commit ac5de77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pi-hole-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
-
name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
-
name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Docker meta (Docker Hub and GitHub Container Registry)
id: meta
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
steps:
-
name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Download digests
uses: actions/download-artifact@v3
Expand Down

0 comments on commit ac5de77

Please sign in to comment.