Skip to content

Commit 69d483d

Browse files
Merge pull request #221 from tryAGI/dependabot/github_actions/github-actions-03c2da54ca
build(deps): bump the github-actions group with 4 updates
2 parents 0b959e7 + d994e4b commit 69d483d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Dependabot metadata
1717
if: ${{ github.actor == 'dependabot[bot]' }}
1818
id: metadata
19-
uses: dependabot/fetch-metadata@0fb21704c18a42ce5aa8d720ea4b912f5e6babef
19+
uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a
2020
with:
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"
2222

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Setup Git user
1919
run: |

.github/workflows/dotnet.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Publish
22
on:
33
push:
44
branches:
@@ -28,7 +28,7 @@ jobs:
2828
if: startsWith(github.ref, 'refs/tags/v')
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Create release
3434
run: gh release create ${{ github.ref_name }}

.github/workflows/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Setup Pages
3333
uses: actions/configure-pages@v5
3434

3535
- name: Setup .NET
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: 10.0.x
3939

@@ -50,7 +50,7 @@ jobs:
5050
run: mkdocs build -d ./_site
5151

5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v3
53+
uses: actions/upload-pages-artifact@v4
5454

5555
deploy:
5656
environment:

0 commit comments

Comments
 (0)