chore(deps): update actions/checkout action to v6 (#145)

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/145
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot
2026-02-03 01:08:06 +00:00
committed by techknowlogick
parent 7c0141729d
commit 9f229b00f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
name: 'Terraform Versions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: hashicorp/setup-terraform@v3
- name: Terraform fmt
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
-
name: Unshallow
run: git fetch --prune --unshallow