Bump action versions in doc workflow · pythonnet/pythonnet@7b97889

Original file line numberDiff line numberDiff line change

@@ -6,9 +6,9 @@ jobs:

66

build:

77

runs-on: ubuntu-latest

88

steps:

9-

- uses: actions/checkout@v1

9+

- uses: actions/checkout@v4

1010

- name: Doxygen Action

11-

uses: mattnotmitt/doxygen-action@1.9.4

11+

uses: mattnotmitt/doxygen-action@1.12.0

1212

with:

1313

working-directory: "doc/"

1414

@@ -19,7 +19,7 @@ jobs:

1919
2020

- name: Upload artifact

2121

# Automatically uploads an artifact from the './_site' directory by default

22-

uses: actions/upload-pages-artifact@v1

22+

uses: actions/upload-pages-artifact@v3

2323

with:

2424

path: doc/build/html/

2525

@@ -37,4 +37,4 @@ jobs:

3737

steps:

3838

- name: Deploy to GitHub Pages

3939

id: deployment

40-

uses: actions/deploy-pages@v1

40+

uses: actions/deploy-pages@v4