Skip to content

Commit 23d1ef8

Browse files
[github-maintenance] Pin GitHub Actions to SHA hashes (#55)
Co-authored-by: marimo-github-maintenance-bot[bot] <267743655+marimo-github-maintenance-bot[bot]@users.noreply.github.com>
1 parent 147a8ba commit 23d1ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Deploy to gh-pages
3131
# TODO: replace with a maintained action
3232
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
33-
uses: oprypin/push-to-gh-pages@v3
33+
uses: oprypin/push-to-gh-pages@b16c4c1926875f4d9fce26ffc60a623b003231d2 # v3
3434
with:
3535
publish_dir: site
3636
commit_message: 'Generate docs: '

0 commit comments

Comments
 (0)