Skip to content

Commit b7e972c

Browse files
committed
Fix the checkout example in the upload action documentation
1 parent d3c70c1 commit b7e972c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upload-to-atr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@<COMMIT>
3737

3838
- name: Build artifacts
3939
run: |

0 commit comments

Comments
 (0)