Merge pull request 'Update actions/checkout action to v4' (#8) from renovate/actions-checkout-4.x into main
📦 Publish Docker Container / build (push) Successful in 11s Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 37s Details

Reviewed-on: #8
This commit is contained in:
Chase 2024-04-26 04:21:31 +00:00
commit d8936c0690
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip publish]')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build the Docker Image

View File

@ -13,7 +13,7 @@ jobs:
if: github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip lint]')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0