Merge pull request #839 from pi-hole/dependabot/github_actions/actions/checkout-3.3.0

Bump actions/checkout from 3.2.0 to 3.3.0
This commit is contained in:
Adam Warner
2023-01-07 13:02:43 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Compress Images
uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that

View File

@@ -17,7 +17,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

View File

@@ -10,7 +10,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master