Skip to content

Commit e507b77

Browse files
committed
Bump task versions
1 parent 44bfeeb commit e507b77

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v3
1717
with:
1818
dotnet-version: 8.0.x
1919

.github/workflows/on-push-do-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ jobs:
55
docs:
66
runs-on: windows-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
9+
910
- name: Run MarkdownSnippets
1011
run: |
1112
dotnet tool install --global MarkdownSnippets.Tool
1213
mdsnippets ${GITHUB_WORKSPACE}
1314
shell: bash
15+
1416
- name: Push changes
1517
run: |
1618
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)