Skip to content

Commit ca76d02

Browse files
Update actions/checkout action to v6
1 parent 890a24e commit ca76d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-latest
1818

1919
steps:
20-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2222
with:
2323
python-version: '3.14'

0 commit comments

Comments
 (0)