Skip to content

Commit d427488

Browse files
chore(deps): update github actions
1 parent 70214df commit d427488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_documentations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
docfx Documentation/docfx.json
2929
3030
- name: Deploy docfx documentation
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: Documentation/_site

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: echo ${{ steps.buildx.outputs.platforms }}
111111

112112
- name: Build and push
113-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
113+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
114114
with:
115115
file: ${{ matrix.path }}
116116
context: ./csharp/native

0 commit comments

Comments
 (0)