Skip to content

Commit d83978e

Browse files
authored
Merge pull request #13 from mehyaa/dependabot/github_actions/github-actions-e23394b857
Bump the github-actions group with 2 updates
2 parents 0664126 + 4f1d248 commit d83978e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Upload artifact
7070
if: github.event_name != 'pull_request'
71-
uses: actions/upload-pages-artifact@v3
71+
uses: actions/upload-pages-artifact@v4
7272
with:
7373
path: ./docs/_site
7474

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "major=$MAJOR_VERSION" >> $GITHUB_OUTPUT
5454
5555
- name: Setup .NET
56-
uses: actions/setup-dotnet@v4
56+
uses: actions/setup-dotnet@v5
5757
with:
5858
dotnet-version: ${{ steps.dotnet_version.outputs.major }}
5959
dotnet-quality: "ga"

0 commit comments

Comments
 (0)