Skip to content

Commit 9a338d6

Browse files
Renovate Bottechknowlogick
authored andcommitted
chore(deps): update actions/checkout action to v4 (#70)
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/70 Reviewed-by: techknowlogick <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
1 parent 4b114fa commit 9a338d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitea/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: 'Terraform Versions'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: https://github.com/actions/checkout@v3
15-
- uses: https://github.com/hashicorp/setup-terraform@v3
14+
- uses: actions/checkout@v4
15+
- uses: hashicorp/setup-terraform@v3
1616

1717
- name: Terraform fmt
1818
id: fmt

0 commit comments

Comments
 (0)