From d1864b54305864defea0f078f5ce80efa50daccd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Nov 2025 17:06:32 +0000 Subject: [PATCH] Update actions/checkout action to v6 #none major --- .github/workflows/lint.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0740f0..d020961 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Verify Action run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml - name: tag latest after success diff --git a/action.yml b/action.yml index d5ed9e6..885109b 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: steps: - name: Checkout repository if: ${{ inputs.checkout == 'true' }} - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: '0' - name: Bump version and push tag