mirror of
https://github.com/go-gitea/terraform-provider-gitea.git
synced 2026-07-01 21:03:59 -04:00
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:
committed by
techknowlogick
parent
7c0141729d
commit
9f229b00f1
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
Reference in New Issue
Block a user