We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816fe7 commit 9fce61eCopy full SHA for 9fce61e
.github/workflows/update-configs.yaml
@@ -9,14 +9,14 @@
9
10
steps:
11
- name: Checkout template repository
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
repository: infraspecdev/terraform-module-template
15
token: ${{ secrets.GITHUB_TOKEN }}
16
path: template-repo
17
18
- name: Checkout target repository
19
20
21
repository: ${{ github.repository }}
22
0 commit comments