Skip to content

Commit b27ae5c

Browse files
committed
Use the v1 tag for setup-env-github-action as is done upstream
1 parent bb97e2c commit b27ae5c

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
@@ -256,7 +256,7 @@ jobs:
256256
# this workflow.
257257
permissions_monitoring_config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
258258
- id: setup-env
259-
uses: cisagov/setup-env-github-action@develop
259+
uses: cisagov/setup-env-github-action@v1
260260
- uses: actions/checkout@v5
261261
- id: setup-python
262262
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)