Skip to content

Commit dd78561

Browse files
authored
Merge pull request #212 from cisagov/improvement/use_tag_not_branch
Use a version tag for `cisagov/setup-env-github-action`
2 parents d2d8236 + 3b58427 commit dd78561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# this workflow.
100100
permissions_monitoring_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
101101
- id: setup-env
102-
uses: cisagov/setup-env-github-action@develop
102+
uses: cisagov/setup-env-github-action@v1
103103
- uses: actions/checkout@v4
104104
- id: setup-python
105105
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)