Skip to content

Commit 094fd23

Browse files
committed
update workflows
1 parent f357e67 commit 094fd23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monkeydocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- name: Configure

.github/workflows/publishtopsgallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
PublishMonkeyToGallery:
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Publish Monkey365
1313
shell: powershell
1414
env:

0 commit comments

Comments
 (0)