Skip to content

Commit e0549cd

Browse files
committed
fixup! ci: update all actions to the latest versions
1 parent b712149 commit e0549cd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Setup necessary dotnet SDKs
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
global-json-file: global.json
2525
dotnet-version: |
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Build and run dev container task
52-
uses: devcontainers/ci@v0.4
52+
uses: devcontainers/ci@v0.5
5353
with:
5454
runCmd: |
5555
chmod +x ./build.sh

.github/workflows/fsdocs-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4
3232
- name: Setup necessary dotnet SDKs
33-
uses: actions/setup-dotnet@v3
33+
uses: actions/setup-dotnet@v4
3434
with:
3535
global-json-file: global.json
3636
dotnet-version: |
@@ -41,7 +41,7 @@ jobs:
4141
./build.sh builddocs
4242
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v2
44+
uses: actions/upload-pages-artifact@v4
4545
with:
4646
path: docs/
4747

.github/workflows/publish_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Setup necessary dotnet SDKs
24-
uses: actions/setup-dotnet@v3
24+
uses: actions/setup-dotnet@v4
2525
with:
2626
global-json-file: global.json
2727
dotnet-version: |

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Setup necessary dotnet SDKs
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
global-json-file: global.json
2424
dotnet-version: |

0 commit comments

Comments
 (0)